Fix T44270: Similar face region crash /w wire edge

This commit is contained in:
Campbell Barton 2015-04-05 09:44:30 +10:00
parent 00f732f268
commit 59bfc5c76e

@ -1451,7 +1451,7 @@ int BM_mesh_region_match(
BMFace **faces_result;
unsigned int faces_result_len_out;
if (BM_elem_flag_test(e_dst, BM_ELEM_TAG)) {
if (BM_elem_flag_test(e_dst, BM_ELEM_TAG) || BM_edge_is_wire(e_dst)) {
continue;
}