From ee35df36d85cef5e961227f5e41bf03a49c4f1d2 Mon Sep 17 00:00:00 2001 From: Brendon Murphy Date: Thu, 9 Apr 2015 08:21:17 +1000 Subject: fix for T43278 keystroke mismatch --- space_view3d_materials_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py index 7e6fefdf..fe33a8f2 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/" -- cgit v1.2.3