[Bf-extensions-cvs] [c0f9178] master: Changed hotkey from Q to ctrl/Q to remove conflict with pie menus

Brendon Murphy noreply at git.blender.org
Wed Aug 20 16:34:24 CEST 2014


Commit: c0f917877e9ccb968ac597825d4e102823d18205
Author: Brendon Murphy
Date:   Thu Aug 21 00:33:45 2014 +1000
Branches: master
https://developer.blender.org/rBAc0f917877e9ccb968ac597825d4e102823d18205

Changed hotkey from Q to ctrl/Q to remove conflict with pie menus

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

M	space_view3d_materials_utils.py

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

diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index 37da57d..841ab8f 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -836,7 +836,7 @@ def register():
     kc = bpy.context.window_manager.keyconfigs.addon
     if kc:
         km = kc.keymaps.new(name="3D View", space_type="VIEW_3D")
-        kmi = km.keymap_items.new('wm.call_menu', 'Q', 'PRESS')
+        kmi = km.keymap_items.new('wm.call_menu', 'Q', 'PRESS', ctrl=True)
         kmi.properties.name = "VIEW3D_MT_master_material"



More information about the Bf-extensions-cvs mailing list