Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendon Murphy <meta.androcto1@gmail.com>2015-04-09 01:21:17 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2015-04-09 01:21:17 +0300
commitee35df36d85cef5e961227f5e41bf03a49c4f1d2 (patch)
tree742ca7363c9f5378d81ae7634529a9da109b901e
parent74df87c3589053cc567493657bef20160a5e67df (diff)
fix for T43278 keystroke mismatch
-rw-r--r--space_view3d_materials_utils.py4
1 files 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/"