Fix: Remove unnecessary check in previous commit
This commit is contained in:
@@ -2959,8 +2959,6 @@ class VIEW3D_MT_edit_mesh_specials(Menu):
|
||||
col.operator("mesh.bevel", text="Bevel Edges").vertex_only = False
|
||||
if selected_edges_len >= 2:
|
||||
col.operator("mesh.bridge_edge_loops")
|
||||
if selected_edges_len >= 2:
|
||||
col.separator()
|
||||
col.operator("mesh.edge_face_add", text="New Face from Edges")
|
||||
col.operator("mesh.fill")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user