[Bf-extensions-cvs] [4ba4cbc] master: Material Utils: removed cycles warning, meta-androcto tested it working (reason unsure)

CoDEmanX noreply at git.blender.org
Sat Feb 15 18:13:21 CET 2014


Commit: 4ba4cbc9ecdc0ecc40b8e0dd5b80585129862942
Author: CoDEmanX
Date:   Sat Feb 15 18:13:05 2014 +0100
https://developer.blender.org/rBA4ba4cbc9ecdc0ecc40b8e0dd5b80585129862942

Material Utils: removed cycles warning, meta-androcto tested it working (reason unsure)

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

M	space_view3d_materials_utils.py

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

diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py
index 9d275f9..ff4dc35 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",



More information about the Bf-extensions-cvs mailing list