[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53855] trunk/blender/release/scripts/ startup/bl_ui/space_view3d_toolbar.py: revert previous commit, the properties here are confusing since there are 2 rna properties to access the same value .

Campbell Barton ideasman42 at gmail.com
Wed Jan 16 20:51:47 CET 2013


Revision: 53855
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53855
Author:   campbellbarton
Date:     2013-01-16 19:51:47 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
revert previous commit, the properties here are confusing since there are 2 rna properties to access the same value.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-01-16 19:46:30 UTC (rev 53854)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-01-16 19:51:47 UTC (rev 53855)
@@ -773,11 +773,6 @@
                 col.separator()
                 col.prop(brush, "rate", text="Rate", slider=True)
 
-            # XXX, not sure where this should go, but sculpt brush uses space.
-            col = layout.column()
-            col.active = brush.sculpt_capabilities.has_spacing
-            col.prop(brush, "use_space")
-
             if brush.use_space:
                 col.separator()
                 row = col.row()




More information about the Bf-blender-cvs mailing list