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:
authorAntony Riakiotakis <kalast@gmail.com>2014-08-29 16:33:02 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-08-29 16:33:35 +0400
commita121740dba9e65931372f9cbe75557c24c19d289 (patch)
tree896d17c052c16cf7b6e6d7a99380e4e0d8cd65db /ui_pie_menus_official.py
parent97816cfd9d9471615d88819bd39c9975523ec892 (diff)
Modify shortcut for snap element to be the same as old snap menu.
Diffstat (limited to 'ui_pie_menus_official.py')
-rw-r--r--ui_pie_menus_official.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_pie_menus_official.py b/ui_pie_menus_official.py
index 4e58d875..fb9a73ff 100644
--- a/ui_pie_menus_official.py
+++ b/ui_pie_menus_official.py
@@ -158,7 +158,7 @@ def register():
kmi.properties.name = 'VIEW3D_PIE_manipulator'
kmi = km.keymap_items.new('wm.call_menu_pie', 'PERIOD', 'PRESS')
kmi.properties.name = 'VIEW3D_PIE_pivot'
- kmi = km.keymap_items.new('wm.call_menu_pie', 'COMMA', 'PRESS')
+ kmi = km.keymap_items.new('wm.call_menu_pie', 'TAB', 'PRESS', ctrl=True, shift=True)
kmi.properties.name = 'VIEW3D_PIE_snap'
addon_keymaps.append(km)