[Bf-extensions-cvs] [37d9aa7] master: fix for last commit

Brendon Murphy noreply at git.blender.org
Thu Apr 9 00:23:45 CEST 2015


Commit: 37d9aa7535923f39d8d7d45b797633f0f92a0679
Author: Brendon Murphy
Date:   Thu Apr 9 08:22:53 2015 +1000
Branches: master
https://developer.blender.org/rBA37d9aa7535923f39d8d7d45b797633f0f92a0679

fix for last commit

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

M	space_view3d_materials_utils.py

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

diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index fe33a8f..06dc682 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', ctrl=True)
+        kmi = km.keymap_items.new('wm.call_menu', 'Q', 'PRESS', shift=True)
         kmi.properties.name = "VIEW3D_MT_master_material"



More information about the Bf-extensions-cvs mailing list