separate_mesh
Separates a 3D mesh into distinct parts using selected elements, materials, or loose geometry for modeling and organization in Blender.
Instructions
Separate a mesh into parts.
Args: object_name: Name of the mesh object. type: Separation method. One of: SELECTED, MATERIAL, LOOSE.
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| type | No | SELECTED |