BMesh: edge-net split, edge selection error

In practice I couldn't make this cause a bug,
however it's a logical regression in fix for T48716.

Thanks to Francesc Juhe for finding.
This commit is contained in:
2016-10-26 14:15:00 +11:00
parent bc71c2bf08
commit a1f137767f

View File

@@ -161,7 +161,7 @@ static bool bm_face_split_edgenet_find_loop_pair(
e_pair[1] = BLI_SMALLSTACK_POP(edges_boundary);
if (edges_boundary_len > 2) {
BLI_SMALLSTACK_SWAP(edges_search, edges_wire);
BLI_SMALLSTACK_SWAP(edges_search, edges_boundary);
}
}
else {