set_pose
Set the pose of a bone in an armature by adjusting its location, rotation, or scale.
Instructions
Set the pose of a bone in an armature.
Args: armature_name: Name of the armature object. bone_name: Name of the bone to pose. location: Optional XYZ location offset for the bone. rotation: Optional XYZ Euler rotation in radians. scale: Optional XYZ scale.
Returns: Confirmation dict with the bone's new pose values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| location | No | ||
| rotation | No | ||
| bone_name | Yes | ||
| armature_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||