Blender Git Commit Log
Git Commits -> Revision 5cdb2aa
Revision 5cdb2aa by Germano Cavalcante (master) September 28, 2021, 19:54 (GMT) |
Fix flag wrongly set in 'BM_face_split_edgenet_connect_islands' Sometimes the `use_partial_connect` option could trigger the assert: ``` BLI_assert(!BM_elem_flag_test(l_iter->v, VERT_NOT_IN_STACK)); ``` This can happen when `v_delimit->e` is not part of edgenet, so `v_other` will not have the flag. |
Commit Details:
Full Hash: 5cdb2aadfcc7906050e163c48e88a005cfd42089
Parent Commit: c7a7c3f
Lines Changed: +5, -2
1 Modified Path:
/source/blender/bmesh/intern/bmesh_polygon_edgenet.c (+5, -2) (Diff)