Poselib Operators

bpy.ops.poselib.apply_pose_asset(blend_factor=1.0, flipped=False)

Apply the given Pose Action to the rig

Parameters:
  • blend_factor (float in [-inf, inf], (optional)) – Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it

  • flipped (boolean, (optional)) – Apply Flipped, When enabled, applies the pose flipped over the X-axis

bpy.ops.poselib.blend_pose_asset(blend_factor=0.0, flipped=False, release_confirm=False)

Blend the given Pose Action to the rig

Parameters:
  • blend_factor (float in [-inf, inf], (optional)) – Blend Factor, Amount that the pose is applied on top of the existing poses. A negative value will subtract the pose instead of adding it

  • flipped (boolean, (optional)) – Apply Flipped, When enabled, applies the pose flipped over the X-axis

  • release_confirm (boolean, (optional)) – Confirm on Release, Always confirm operation when releasing button