[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3428] trunk/py/scripts/addons/ space_view3d_materials_utils.py: fix for icon error in mat to texface

Brendon Murphy meta.androcto1 at gmail.com
Fri Jun 1 08:11:30 CEST 2012


Revision: 3428
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3428
Author:   meta-androcto
Date:     2012-06-01 06:11:29 +0000 (Fri, 01 Jun 2012)
Log Message:
-----------
fix for icon error in mat to texface

Modified Paths:
--------------
    trunk/py/scripts/addons/space_view3d_materials_utils.py

Modified: trunk/py/scripts/addons/space_view3d_materials_utils.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_materials_utils.py	2012-05-30 22:16:12 UTC (rev 3427)
+++ trunk/py/scripts/addons/space_view3d_materials_utils.py	2012-06-01 06:11:29 UTC (rev 3428)
@@ -630,14 +630,14 @@
         layout.menu("VIEW3D_MT_select_material", icon='HAND')
         layout.separator()
         layout.operator("view3d.clean_material_slots",
-                        text='Clean Material Slots',
+                        text="Clean Material Slots",
                         icon='CANCEL')
         layout.operator("view3d.material_to_texface",
-                        text='Material to Texface',
-                        icon='polygonsEL_HLT')
+                        text="Material to Texface",
+                        icon='MATERIAL_DATA')
         layout.operator("view3d.texface_to_material",
                         text="Texface to Material",
-                        icon='polygonsEL_HLT')
+                        icon='MATERIAL_DATA')
 
         layout.separator()
         layout.operator("view3d.replace_material",



More information about the Bf-extensions-cvs mailing list