[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29364] branches/soc-2010-jwilkins/release /scripts/ui/space_view3d_toolbar.py: * Enabled Add/ Subtract button for Fill and Scrape

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jun 9 15:31:50 CEST 2010


Revision: 29364
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29364
Author:   jwilkins
Date:     2010-06-09 15:31:49 +0200 (Wed, 09 Jun 2010)

Log Message:
-----------
* Enabled Add/Subtract button for Fill and Scrape
- Fill in subtract mode makes holes deeper without widening them.
- Fill in subtract mode also makes grooves around bumps
- Scrape in subtract mode makes bumps bigger without widening them.
- Scrape in subtract mode also makes lips around grooves.

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-09 09:48:41 UTC (rev 29363)
+++ branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py	2010-06-09 13:31:49 UTC (rev 29364)
@@ -574,7 +574,7 @@
                     row.prop(brush, "plane_offset", slider=True)
                     row.prop(brush, "use_offset_pressure", text="")
 
-                if brush.sculpt_tool in ('DRAW', 'PINCH', 'INFLATE', 'CLAY'):
+                if brush.sculpt_tool in ('DRAW', 'PINCH', 'INFLATE', 'LAYER', 'FILL', 'SCRAPE', 'CLAY'):
                     col.row().prop(brush, "direction", expand=True)
 
                 if brush.sculpt_tool in ('DRAW', 'INFLATE', 'LAYER', 'CLAY'):





More information about the Bf-blender-cvs mailing list