WIP: Animation: operators to update the pose library #104673

Draft
Sybren A. Stüvel wants to merge 10 commits from dr.sybren/blender-addons:pr/poselib-replace-pose into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit cc239740a7 - Show all commits

View File

@ -97,8 +97,8 @@ def pose_library_list_item_context_menu(self: UIList, context: Context) -> None:
props.select = False props.select = False
layout.separator() layout.separator()
layout.operator("poselib.replace_pose_asset", text="Replace Pose Asset")
layout.operator("poselib.update_pose_asset", text="Update Pose Asset") layout.operator("poselib.update_pose_asset", text="Update Pose Asset")
layout.operator("poselib.replace_pose_asset", text="Replace Pose Asset")
if not is_pose_asset_view(): if not is_pose_asset_view():
layout.separator() layout.separator()