forked from bartvdbraak/blender
Fix for messages.txt generator -- KM_HIERARCHY was moved to other module
This commit is contained in:
parent
1d202ba90c
commit
b0e7dc3545
@ -80,7 +80,7 @@ def dump_messages_rna(messages):
|
||||
for cls in bpy.types.Operator.__subclasses__():
|
||||
walkClass(cls)
|
||||
|
||||
from bl_ui.space_userpref_keymap import KM_HIERARCHY
|
||||
from bpy_extras.keyconfig_utils import KM_HIERARCHY
|
||||
|
||||
walk_keymap_hierarchy(KM_HIERARCHY)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user