[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [661] trunk/py/scripts/addons/ import_images_as_planes.py: -added icons

Florian Meyer florianfelix at web.de
Thu May 13 17:58:39 CEST 2010


Revision: 661
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=661
Author:   testscreenings
Date:     2010-05-13 17:58:39 +0200 (Thu, 13 May 2010)

Log Message:
-----------
-added icons
-small cleanup

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

Modified: trunk/py/scripts/addons/import_images_as_planes.py
===================================================================
--- trunk/py/scripts/addons/import_images_as_planes.py	2010-05-13 15:11:06 UTC (rev 660)
+++ trunk/py/scripts/addons/import_images_as_planes.py	2010-05-13 15:58:39 UTC (rev 661)
@@ -442,18 +442,17 @@
         props = self.properties
         layout = self.layout
         box = layout.box()
-        box.label('Filter:')
+        box.label('Filter:', icon='FILTER')
         box.prop(props, 'fromDirectory')
-        box.prop(props, 'extension')
-        #col.label('Material mappings')
+        box.prop(props, 'extension', icon='FILE_IMAGE')
         box = layout.box()
-        box.label('Material mappings:')
+        box.label('Material mappings:', icon='MATERIAL')
         box.prop(props, 'shadeless')
         box.prop(props, 'transp')
         box.prop(props, 'premultiply')
         box.prop(props, 'transp_method', expand=True)
         box = layout.box()
-        box.label('Plane dimensions:')
+        box.label('Plane dimensions:', icon='ARROW_LEFTRIGHT')
         box.prop(props, 'useDim')
         box.prop(props, 'factor', expand=True)
 




More information about the Bf-extensions-cvs mailing list