armature_set_pose
Apply rotation and location poses to bones of a specified armature, accepting a list of bone pose dictionaries with Euler XYZ rotation in degrees.
Instructions
Set bone poses (rotation/location) on an armature.
Args: armature_name: Target armature bone_poses: List of pose dicts: [{"bone": "Upper Arm.L", "rotation": [45, 0, 0], "location": [0, 0, 0]}] Rotation in degrees (Euler XYZ).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bone_poses | No | ||
| armature_name | Yes |