[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29344] branches/soc-2010-jwilkins/release /scripts/ui/space_view3d_toolbar.py: * spacing slider and adaptive strength controls were missing

Jason Wilkins Jason.A.Wilkins at gmail.com
Tue Jun 8 17:39:22 CEST 2010


Revision: 29344
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29344
Author:   jwilkins
Date:     2010-06-08 17:39:22 +0200 (Tue, 08 Jun 2010)

Log Message:
-----------
* spacing slider and adaptive strength controls were missing

Modified Paths:
--------------
    branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py

Modified: branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py
===================================================================
--- branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py	2010-06-08 15:30:09 UTC (rev 29343)
+++ branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py	2010-06-08 15:39:22 UTC (rev 29344)
@@ -788,7 +788,7 @@
 
         layout.prop(brush, "use_space")
         if brush.use_space:
-            col = layout.col(align=True)
+            col = layout.column(align=True)
             col.prop(brush, "use_space_atten", text="Adaptive Strength")
             col.prop(brush, "spacing", text="Spacing", slider=True)
             #col.prop(brush, "use_adaptive_space", text="Adaptive Spacing")





More information about the Bf-blender-cvs mailing list