[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [725] trunk/py/scripts/addons/ space_view3d_property_chart.py: alignment properties

Campbell Barton ideasman42 at gmail.com
Thu Jun 10 11:18:57 CEST 2010


Revision: 725
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=725
Author:   campbellbarton
Date:     2010-06-10 11:18:57 +0200 (Thu, 10 Jun 2010)

Log Message:
-----------
alignment properties

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

Modified: trunk/py/scripts/addons/space_view3d_property_chart.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_property_chart.py	2010-06-10 09:13:11 UTC (rev 724)
+++ trunk/py/scripts/addons/space_view3d_property_chart.py	2010-06-10 09:18:57 UTC (rev 725)
@@ -67,11 +67,13 @@
             strings = strings.split()
 
             row = col.row(align=True)
+            row.label(text="         ")
             for attr_string in strings:
                 row.label(text=attr_string.rsplit(".", 1)[-1])
 
             for obj in obj_type_sel:
                 row = col.row(align=True)
+                row.label(text=obj.name)
                 for attr_string in strings:
 
                     attrs = attr_string.split(".")




More information about the Bf-extensions-cvs mailing list