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:
authorCoDEmanX <codemanx@gmx.de>2014-02-15 21:13:05 +0400
committerCoDEmanX <codemanx@gmx.de>2014-02-15 21:13:05 +0400
commit4ba4cbc9ecdc0ecc40b8e0dd5b80585129862942 (patch)
tree1a916052b0da02c75deb3e6258c99e74495efe11
parent8f9f547738421cdb00407f3e6da6ccaaef36c097 (diff)
Material Utils: removed cycles warning, meta-androcto tested it working (reason unsure)
-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",