[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38648] trunk/blender/release/scripts/ startup/bl_ui/space_view3d_toolbar.py: Add Push/Pull to toolbar

Daniel Salazar zanqdo at gmail.com
Sun Jul 24 02:59:04 CEST 2011


Revision: 38648
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38648
Author:   zanqdo
Date:     2011-07-24 00:59:03 +0000 (Sun, 24 Jul 2011)
Log Message:
-----------
Add Push/Pull to toolbar

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	2011-07-24 00:52:18 UTC (rev 38647)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2011-07-24 00:59:03 UTC (rev 38648)
@@ -116,7 +116,8 @@
         col.operator("transform.translate")
         col.operator("transform.rotate")
         col.operator("transform.resize", text="Scale")
-        col.operator("transform.shrink_fatten", text="Along Normal")
+        col.operator("transform.shrink_fatten", text="Shrink/Fatten")
+        col.operator("transform.push_pull", text="Push/Pull")
 
         col = layout.column(align=True)
         col.label(text="Deform:")




More information about the Bf-blender-cvs mailing list