create_armature
Create a new armature object in Blender at a specified location with a custom name.
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 | |||