[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30484] trunk/blender/release/scripts/ui/ space_view3d_toolbar.py: * spelling error, "substract"

Jason Wilkins Jason.A.Wilkins at gmail.com
Mon Jul 19 09:26:41 CEST 2010


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

Log Message:
-----------
* spelling error, "substract"

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

Modified: trunk/blender/release/scripts/ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2010-07-19 07:08:05 UTC (rev 30483)
+++ trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2010-07-19 07:26:41 UTC (rev 30484)
@@ -1111,10 +1111,10 @@
         col = layout.column();
 
         if context.sculpt_object and context.tool_settings.sculpt:
-            #if brush.sculpt_tool in ('DRAW', 'INFLATE', 'CLAY', 'CLAY_TUBES', 'PINCH', 'CREASE', 'BLOB', 'FLATTEN'):
-            if brush.sculpt_tool in ('DRAW', 'INFLATE', 'CLAY', 'PINCH', 'CREASE', 'BLOB', 'FLATTEN'):
+            #if brush.sculpt_tool in ('DRAW', 'INFLATE', 'CLAY', 'CLAY_TUBES', 'PINCH', 'CREASE', 'BLOB', 'FLATTEN', 'FILL', 'SCRAPE'):
+            if brush.sculpt_tool in ('DRAW', 'INFLATE', 'CLAY', 'PINCH', 'CREASE', 'BLOB', 'FLATTEN', 'FILL', 'SCRAPE'):
                 col.prop(brush, "add_col", text="Add Color")
-                col.prop(brush, "sub_col", text="Substract Color")
+                col.prop(brush, "sub_col", text="Subtract Color")
             else:
                 col.prop(brush, "add_col", text="Color")
 





More information about the Bf-blender-cvs mailing list