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:
Diffstat (limited to 'space_view3d_materials_utils.py')
-rw-r--r--space_view3d_materials_utils.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index 9d275f97..ff4dc35c 100644
--- a/space_view3d_materials_utils.py
+++ b/space_view3d_materials_utils.py
@@ -1,7 +1,6 @@
-#(c) 2010 Michael Williamson (michaelw)
-#ported from original by Michael Williamson
-#
-#
+# (c) 2010 Michael Williamson (michaelw)
+# ported from original by Michael Williamson
+
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
@@ -27,7 +26,7 @@ bl_info = {
"blender": (2, 66, 6),
"location": "View3D > Q key",
"description": "Menu of material tools (assign, select..) in the 3D View",
- "warning": "Buggy, Broken in Cycles mode",
+ "warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/3D interaction/Materials Utils",
"tracker_url": "https://developer.blender.org/T22140",