add_cloth_sim
Apply cloth physics simulation to mesh objects in Blender to create realistic fabric movement and draping effects.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| quality | No | ||
| mass | No |