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:
authorInes Almeida <britalmeida@gmail.com>2018-09-24 22:11:59 +0300
committerInes Almeida <britalmeida@gmail.com>2018-09-24 22:11:59 +0300
commitff7ded091bc22e1b4f327f374864df24a2a3d73d (patch)
tree5e3005e973da6d93694361c4c3464503b23853ba /bone_selection_sets.py
parent4dbe344d05248c6df35aa53a99b0c76b29089997 (diff)
Bone Selection Sets: fix broken shortcut to select a set
Diffstat (limited to 'bone_selection_sets.py')
-rw-r--r--bone_selection_sets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bone_selection_sets.py b/bone_selection_sets.py
index 03f353d6..f69e9918 100644
--- a/bone_selection_sets.py
+++ b/bone_selection_sets.py
@@ -557,7 +557,7 @@ def register():
wm = bpy.context.window_manager
km = wm.keyconfigs.addon.keymaps.new(name='Pose')
kmi = km.keymap_items.new('wm.call_menu', 'W', 'PRESS', alt=True, shift=True)
- kmi.properties.name = 'POSE_MT_selection_sets'
+ kmi.properties.name = 'POSE_MT_selection_sets_select'
addon_keymaps.append((km, kmi))
# Add entries to menus.