parent_mesh_to_armature
Parent a mesh object to an armature using automatic weights or other methods for 3D animation in Blender.
Instructions
Parent a mesh object to an armature with automatic weights or other methods.
Args: mesh_name: Name of the mesh object to parent. armature_name: Name of the armature object. type: Parenting method. One of: ARMATURE_AUTO (automatic weights), ARMATURE_NAME (by bone names), ARMATURE_ENVELOPE (by envelope).
Returns: Confirmation dict.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mesh_name | Yes | ||
| armature_name | Yes | ||
| type | No | ARMATURE_AUTO |