create_armature
Generate a new armature object in Blender with custom name and position for 3D modeling and animation workflows.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Armature | |
| location | No |