The old pose library should be removed from the UI in Blender 3.2, as discussed in the 2021-11-25 Animation & Rigging module meeting.
- Removal of UI panel in the Armature Properties panel.
- Removal of the operators from the Pose menu in the 3D Viewport.
- Make a concrete list of Python functionality/APIs to deprecate.
- Operators:
- poselib.action_sanitize
- poselib.apply_pose
- poselib.browse_interactive
- poselib.new
- poselib.pose_add
- poselib.pose_move
- poselib.pose_remove
- poselib.pose_rename
- poselib.unlink
- RNA properties: Object.pose_library
- Operators:
- Addition of deprecation notes to the Python interface of the pose library.
