Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Craddock <nzcraddock@gmail.com>2021-02-04 08:49:41 +0300
committerNathan Craddock <nzcraddock@gmail.com>2021-02-04 08:49:41 +0300
commit35d5df9bf443b7f03857cffc45a1ba4f7e03de94 (patch)
tree05a962877e76008832b33b3aac5f24cedbd47f03 /mesh_snap_utilities_line
parent9d956493fb1da077968599a058d02fda166b2dfb (diff)
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.
Diffstat (limited to 'mesh_snap_utilities_line')
-rw-r--r--mesh_snap_utilities_line/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_snap_utilities_line/__init__.py b/mesh_snap_utilities_line/__init__.py
index cf620ed8..623b0355 100644
--- a/mesh_snap_utilities_line/__init__.py
+++ b/mesh_snap_utilities_line/__init__.py
@@ -128,8 +128,8 @@ def register_keymaps():
#snap_modalkeymap.assign("MESH_OT_snap_utilities_line")
def unregister_keymaps():
keyconfigs = bpy.context.window_manager.keyconfigs
- defaultmap = keyconfigs.get("blender").keymaps
- addonmap = keyconfigs.get("blender addon").keymaps
+ defaultmap = keyconfigs.get("Blender").keymaps
+ addonmap = keyconfigs.get("Blender addon").keymaps
for keyconfig_data in keys.generate_snap_utilities_global_keymaps():
km_name, km_args, km_content = keyconfig_data