From a824c076b7b2c052603b738c44e9b27d04f7d2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 4 Apr 2022 14:34:58 +0200 Subject: Pose library: remove much of old pose library interface Remove much of the old legacy pose library: - Remove from the Pose & Armature menus. - Remove from the default keymap. - Pose Library panel in Armature properties: Add "(legacy)" to title. - Add note that the functionality of that panel is obsolete, with a button that opens the manual on the chapter of the new pose library. - Add button to convert the selected legacy pose library to pose assets. - The rest of the functionality is greyed out to further communicate it's been deprecated. It's still functional, though. Ref: T93405 --- release/scripts/presets/keyconfig/keymap_data/blender_default.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'release/scripts/presets') diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py index 27556922f5e..1de71b8aac3 100644 --- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py +++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py @@ -4463,10 +4463,6 @@ def km_pose(params): ("anim.keyframe_insert_menu", {"type": 'I', "value": 'PRESS'}, None), ("anim.keyframe_delete_v3d", {"type": 'I', "value": 'PRESS', "alt": True}, None), ("anim.keying_set_active_set", {"type": 'I', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None), - ("poselib.browse_interactive", {"type": 'L', "value": 'PRESS', "alt": True}, None), - ("poselib.pose_add", {"type": 'L', "value": 'PRESS', "shift": True}, None), - ("poselib.pose_remove", {"type": 'L', "value": 'PRESS', "shift": True, "alt": True}, None), - ("poselib.pose_rename", {"type": 'L', "value": 'PRESS', "shift": True, "ctrl": True}, None), ("pose.push", {"type": 'E', "value": 'PRESS', "ctrl": True}, None), ("pose.relax", {"type": 'E', "value": 'PRESS', "alt": True}, None), ("pose.breakdown", {"type": 'E', "value": 'PRESS', "shift": True}, None), -- cgit v1.2.3