create_armature
Create a new armature object in Blender. Define its name and XYZ location for rigging.
Instructions
Create a new armature object.
Args: name: Name for the armature. Defaults to "Armature". location: XYZ position for the armature. Defaults to origin.
Returns: Dict with the created armature's name and location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Armature | |
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||