[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29973] branches/soc-2010-jwilkins/release /scripts/ui/space_view3d_toolbar.py: * removed deleted property usage from ui

Jason Wilkins Jason.A.Wilkins at gmail.com
Mon Jul 5 09:18:42 CEST 2010


Revision: 29973
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29973
Author:   jwilkins
Date:     2010-07-05 09:18:42 +0200 (Mon, 05 Jul 2010)

Log Message:
-----------
* removed deleted property usage from ui

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-07-05 07:08:10 UTC (rev 29972)
+++ branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py	2010-07-05 07:18:42 UTC (rev 29973)
@@ -665,9 +665,6 @@
             elif brush.sculpt_tool in ('SCRAPE'):
                 col.separator()
                 col.row().prop(brush, "scrape_peaks", expand=True)
-            elif brush.sculpt_tool in ('GRAB'):
-                col.separator()
-                col.row().prop(brush, "grab_push", expand=True)
             elif brush.sculpt_tool in ('INFLATE'):
                 col.separator()
                 col.row().prop(brush, "inflate_deflate", expand=True)





More information about the Bf-blender-cvs mailing list