Sculpt dyntopo: Another small fix

This commit is contained in:
Joseph Eagar 2021-07-20 04:56:29 -07:00
parent 7dda5ac5ba
commit 7bd521a5c4
1 changed files with 2 additions and 0 deletions

View File

@ -2408,6 +2408,8 @@ ATTR_NO_OPT static bool cleanup_valence_3_4(PBVH *pbvh,
continue;
}
pbvh_check_vert_boundary(pbvh, v);
MDynTopoVert *mv = BM_ELEM_CD_GET_VOID_P(v, pbvh->cd_dyn_vert);
if (mv->flag & DYNVERT_ALL_BOUNDARY) {
continue;