From 4ba4cbc9ecdc0ecc40b8e0dd5b80585129862942 Mon Sep 17 00:00:00 2001 From: CoDEmanX <codemanx@gmx.de> Date: Sat, 15 Feb 2014 18:13:05 +0100 Subject: [PATCH] Material Utils: removed cycles warning, meta-androcto tested it working (reason unsure) --- space_view3d_materials_utils.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py index 9d275f97b..ff4dc35cf 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", -- GitLab