[Bf-extensions-cvs] [a121740] master: Modify shortcut for snap element to be the same as old snap menu.

Antony Riakiotakis noreply at git.blender.org
Fri Aug 29 14:33:38 CEST 2014


Commit: a121740dba9e65931372f9cbe75557c24c19d289
Author: Antony Riakiotakis
Date:   Fri Aug 29 14:33:02 2014 +0200
Branches: master
https://developer.blender.org/rBAa121740dba9e65931372f9cbe75557c24c19d289

Modify shortcut for snap element to be the same as old snap menu.

===================================================================

M	ui_pie_menus_official.py

===================================================================

diff --git a/ui_pie_menus_official.py b/ui_pie_menus_official.py
index 4e58d87..fb9a73f 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)



More information about the Bf-extensions-cvs mailing list