Keymap: expose tool keymaps in the preferences
Currently some modes share tool keymaps, we might want to disable this since it's confusing editing one thing in multiple places. However this should be resolved in the tool definitions.
This commit is contained in:
@@ -356,7 +356,7 @@ def draw_filtered(display_keymaps, filter_type, filter_text, layout):
|
||||
|
||||
def draw_hierarchy(display_keymaps, layout):
|
||||
from bpy_extras import keyconfig_utils
|
||||
for entry in keyconfig_utils.KM_HIERARCHY:
|
||||
for entry in keyconfig_utils.km_hierarchy():
|
||||
draw_entry(display_keymaps, entry, layout)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user