From 18d402585392a5cff0b73fb423b52fa7fbed4beb Mon Sep 17 00:00:00 2001 From: Brendon Murphy Date: Fri, 1 Jun 2012 06:11:29 +0000 Subject: fix for icon error in mat to texface --- space_view3d_materials_utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py index 3f49b30d..e35fcc83 100644 --- a/space_view3d_materials_utils.py +++ b/space_view3d_materials_utils.py @@ -630,14 +630,14 @@ class VIEW3D_MT_master_material(bpy.types.Menu): 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", -- cgit v1.2.3