fix for crash with new bridge method used with invalid edge-loops.

This commit is contained in:
2013-05-12 15:24:02 +00:00
parent 97d2439077
commit 6c28e1d76a
2 changed files with 4 additions and 4 deletions

View File

@@ -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 */