[Bf-blender-cvs] [7bd521a5c4e] temp_bmesh_multires: Sculpt dyntopo: Another small fix

Joseph Eagar noreply at git.blender.org
Tue Jul 20 13:56:48 CEST 2021


Commit: 7bd521a5c4e9919d6fb2a0d87afbc29f5aff9bd4
Author: Joseph Eagar
Date:   Tue Jul 20 04:56:29 2021 -0700
Branches: temp_bmesh_multires
https://developer.blender.org/rB7bd521a5c4e9919d6fb2a0d87afbc29f5aff9bd4

Sculpt dyntopo: Another small fix

===================================================================

M	source/blender/blenkernel/intern/dyntopo.c

===================================================================

diff --git a/source/blender/blenkernel/intern/dyntopo.c b/source/blender/blenkernel/intern/dyntopo.c
index ea64b81a713..7b7a7d99613 100644
--- a/source/blender/blenkernel/intern/dyntopo.c
+++ b/source/blender/blenkernel/intern/dyntopo.c
@@ -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;



More information about the Bf-blender-cvs mailing list