Skip to content
Snippets Groups Projects
Commit 35d5df9b authored by Nathan Craddock's avatar Nathan Craddock
Browse files

mesh_snap_utilities_line: Update keymap strings

The keymaps were changed in rB01d49d1542c which caused the
script_load_addons test to fail on this addon. Update the strings to the
new values.
parent 9d956493
No related branches found
No related tags found
No related merge requests found
...@@ -128,8 +128,8 @@ def register_keymaps(): ...@@ -128,8 +128,8 @@ def register_keymaps():
#snap_modalkeymap.assign("MESH_OT_snap_utilities_line") #snap_modalkeymap.assign("MESH_OT_snap_utilities_line")
def unregister_keymaps(): def unregister_keymaps():
keyconfigs = bpy.context.window_manager.keyconfigs keyconfigs = bpy.context.window_manager.keyconfigs
defaultmap = keyconfigs.get("blender").keymaps defaultmap = keyconfigs.get("Blender").keymaps
addonmap = keyconfigs.get("blender addon").keymaps addonmap = keyconfigs.get("Blender addon").keymaps
for keyconfig_data in keys.generate_snap_utilities_global_keymaps(): for keyconfig_data in keys.generate_snap_utilities_global_keymaps():
km_name, km_args, km_content = keyconfig_data km_name, km_args, km_content = keyconfig_data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment