[Bf-blender-cvs] [64ac461] master: Add Make Edge/Face to mesh Edit Mode toolbar.

Jonathan Williamson noreply at git.blender.org
Fri Nov 14 22:50:15 CET 2014


Commit: 64ac46126be163161f211cc9dc650863b7503ac9
Author: Jonathan Williamson
Date:   Fri Nov 14 15:48:18 2014 -0600
Branches: master
https://developer.blender.org/rB64ac46126be163161f211cc9dc650863b7503ac9

Add Make Edge/Face to mesh Edit Mode toolbar.

The Mesh Tools have quite few crucial tools that're missing from the toolbar. This is the main one.

The tools that're here should also be reorganized a bit to introduce actual orgnization, as it's quite sporadic at the moment. Will do that later.

===================================================================

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 2218886..c9708df 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -313,6 +313,7 @@ class VIEW3D_PT_tools_meshedit(View3DPanel, Panel):
         col.menu("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.edge_face_add")
         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