blender_pose_library_apply
Apply a saved pose to an armature, blending with the current pose for smooth transitions. Create animation keyframes from preset poses.
Instructions
Apply a previously saved pose to an armature. Supports blending with the current pose via blend_factor (0=keep current, 1=full saved pose). Useful for creating animation keyframes from preset poses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pose_name | Yes | Name of the saved pose to apply | |
| blend_factor | No | Blend factor between current pose (0) and saved pose (1). Default: 1.0 | |
| armature_name | Yes | Name of the armature object |