cloth_sim_model
Simulate cloth physics to drape fabric naturally on meshes like skirts or capes, defining pin points and adjusting stiffness, damping, and gravity.
Instructions
Run cloth simulation for modeling purposes (e.g., draping fabric).
Simulates cloth physics and applies the result to the mesh. Useful for creating natural fabric drapes, cape rest poses, or skirt shapes.
Args: mesh_name: Name of the mesh to simulate. pin_vertex_group: Vertex group for pinned vertices (e.g., waist for skirt). frames: Number of frames to simulate. quality: Simulation quality steps per frame. gravity: Gravity strength (negative = downward). stiffness: Cloth structural stiffness. damping: Cloth damping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frames | No | ||
| damping | No | ||
| gravity | No | ||
| quality | No | ||
| mesh_name | Yes | ||
| stiffness | No | ||
| pin_vertex_group | No |