[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49954] trunk/blender/release/scripts/ startup/bl_ui: rename mask 'Shrink/Fatten' --> 'Scale Feather'

Campbell Barton ideasman42 at gmail.com
Fri Aug 17 15:59:09 CEST 2012


Revision: 49954
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49954
Author:   campbellbarton
Date:     2012-08-17 13:59:08 +0000 (Fri, 17 Aug 2012)
Log Message:
-----------
rename mask 'Shrink/Fatten' --> 'Scale Feather'

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

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_mask_common.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_mask_common.py	2012-08-17 13:04:23 UTC (rev 49953)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_mask_common.py	2012-08-17 13:59:08 UTC (rev 49954)
@@ -223,7 +223,7 @@
         col.operator("transform.translate")
         col.operator("transform.rotate")
         col.operator("transform.resize", text="Scale")
-        props = col.operator("transform.transform", text="Shrink/Fatten")
+        props = col.operator("transform.transform", text="Scale Feather")
         props.mode = 'MASK_SHRINKFATTEN'
 
         col = layout.column(align=True)
@@ -291,7 +291,7 @@
         layout.operator("transform.translate")
         layout.operator("transform.rotate")
         layout.operator("transform.resize")
-        props = layout.operator("transform.transform", text="Shrink/Fatten")
+        props = layout.operator("transform.transform", text="Scale Feather")
         props.mode = 'MASK_SHRINKFATTEN'
 
 

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2012-08-17 13:04:23 UTC (rev 49953)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2012-08-17 13:59:08 UTC (rev 49954)
@@ -228,7 +228,7 @@
 
         col = layout.column(align=True)
         col.operator("transform.tilt", text="Tilt")
-        col.operator("transform.transform", text="Shrink/Fatten").mode = 'CURVE_SHRINKFATTEN'
+        col.operator("transform.transform", text="Scale Feather").mode = 'CURVE_SHRINKFATTEN'
 
         col = layout.column(align=True)
         col.label(text="Curve:")




More information about the Bf-blender-cvs mailing list