Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-09-28 22:53:24 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-09-28 22:54:23 +0300
commit5cdb2aadfcc7906050e163c48e88a005cfd42089 (patch)
tree460000816ab9343cc7600e02a7cb9da26a9c7a98 /source/blender/depsgraph
parentc7a7c3f5e5ddd5d8919da84e75c1a277ba0b6de9 (diff)
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.
Diffstat (limited to 'source/blender/depsgraph')
0 files changed, 0 insertions, 0 deletions