From 0a2a8d702ad28016eb73819dfd2be1b26f1cf05b Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Fri, 3 Jun 2022 13:41:09 +0200 Subject: Fix: Curves sculpt mode keymaps missing in preferences These changes make the curves sculpt mode keymap consistent with other modes. They now show up in the keymap, for potential editing of tool shortcuts, etc. I don't fully understand this system, but at least these changes should make it consistent. Differential Revision: https://developer.blender.org/D15112 --- release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release') diff --git a/release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py b/release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py index a648375557a..7172d7809f2 100644 --- a/release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py +++ b/release/scripts/modules/bl_keymap_utils/keymap_hierarchy.py @@ -88,6 +88,10 @@ _km_hierarchy = [ _km_expand_from_toolsystem('VIEW_3D', 'SCULPT'), ]), + ('Sculpt Curves', 'EMPTY', 'WINDOW', [ + _km_expand_from_toolsystem('VIEW_3D', 'CURVES_SCULPT'), + ]), + ('Particle', 'EMPTY', 'WINDOW', [ _km_expand_from_toolsystem('VIEW_3D', 'PARTICLE'), ]), -- cgit v1.2.3