add_cloth_sim
Add cloth physics simulation to any mesh object in Blender. Configure simulation quality and mass for realistic fabric behavior.
Instructions
Add a cloth physics simulation to an object.
Args: object_name: Name of the mesh object. quality: Simulation quality steps (1-80). mass: Mass of the cloth in kg.
Returns: Confirmation dict with cloth settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| quality | No | ||
| mass | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||