=bmesh: bridge edge loop tool=

rough version of a new bridge tool.

ctrl-e -> bridge (two) edge loops
This commit is contained in:
Joseph Eagar
2011-08-15 23:38:51 +00:00
parent a7a0c17ec5
commit 59e95fa0ff
10 changed files with 218 additions and 5 deletions

View File

@@ -1651,6 +1651,10 @@ class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu):
layout.operator("mesh.edge_rotate", text="Rotate Edge CW").direction = 'CW'
layout.operator("mesh.edge_rotate", text="Rotate Edge CCW").direction = 'CCW'
layout.separator()
layout.operator("mesh.bridge_edge_loops", text="Bridge Two Edge Loops")
layout.separator()
layout.operator("TRANSFORM_OT_edge_slide")