=bmesh: bridge edge loop tool=
rough version of a new bridge tool. ctrl-e -> bridge (two) edge loops
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user