fix for crash with new bridge method used with invalid edge-loops.
This commit is contained in:
@@ -3795,8 +3795,8 @@ void MESH_OT_bridge_edge_loops(wmOperatorType *ot)
|
||||
};
|
||||
|
||||
/* identifiers */
|
||||
ot->name = "Bridge Two Edge Loops";
|
||||
ot->description = "Make faces between two edge loops";
|
||||
ot->name = "Bridge Edge Loops";
|
||||
ot->description = "Make faces between two or more edge loops";
|
||||
ot->idname = "MESH_OT_bridge_edge_loops";
|
||||
|
||||
/* api callbacks */
|
||||
|
||||
Reference in New Issue
Block a user