[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26983] trunk/blender/release/scripts/ui/ space_view3d_toolbar.py: Added separate entries for Extrude Region and Extrude Individual in the mesh toolbar .

William Reynish william at reynish.com
Wed Feb 17 10:33:58 CET 2010


Revision: 26983
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26983
Author:   billrey
Date:     2010-02-17 10:33:58 +0100 (Wed, 17 Feb 2010)

Log Message:
-----------
Added separate entries for Extrude Region and Extrude Individual in the mesh toolbar.

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-02-17 08:57:40 UTC (rev 26982)
+++ trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2010-02-17 09:33:58 UTC (rev 26983)
@@ -99,7 +99,8 @@
 
         col = layout.column(align=True)
         col.label(text="Add:")
-        col.operator("wm.call_menu", text="Extrude").name = "VIEW3D_MT_edit_mesh_extrude"
+        col.operator("view3d.edit_mesh_extrude_move_normal", text="Extrude Region")
+        col.operator("view3d.edit_mesh_extrude_individual_move", text="Extrude Individual")
         col.operator("mesh.subdivide")
         col.operator("mesh.loopcut_slide")
         col.operator("mesh.duplicate_move", text="Duplicate")





More information about the Bf-blender-cvs mailing list