blender_pose_library_save
Save current armature pose as a named pose, storing bone transforms for later reuse. Optionally filter to specific bones.
Instructions
Save the current pose of an armature as a named pose. Stores bone transforms (location, rotation, scale) as custom properties on the armature. Optionally filter to save only specific bones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pose_name | Yes | Name to save the pose under | |
| bone_filter | No | Optional list of bone names to include (all bones if omitted) | |
| armature_name | Yes | Name of the armature object |