[Bf-extensions-cvs] [ee35df3] master: fix for T43278 keystroke mismatch

Brendon Murphy noreply at git.blender.org
Thu Apr 9 00:21:46 CEST 2015


Commit: ee35df36d85cef5e961227f5e41bf03a49c4f1d2
Author: Brendon Murphy
Date:   Thu Apr 9 08:21:17 2015 +1000
Branches: master
https://developer.blender.org/rBAee35df36d85cef5e961227f5e41bf03a49c4f1d2

fix for T43278 keystroke mismatch

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

M	space_view3d_materials_utils.py

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

diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index 7e6fefd..fe33a8f 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -23,8 +23,8 @@ bl_info = {
     "name": "Material Utils",
     "author": "michaelw",
     "version": (1, 6),
-    "blender": (2, 66, 6),
-    "location": "View3D > ctrl-Q key",
+    "blender": (2, 74, 0),
+    "location": "View3D > shift-Q key",
     "description": "Menu of material tools (assign, select..)  in the 3D View",
     "warning": "",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"



More information about the Bf-extensions-cvs mailing list