Blender Git Commit Log

Git Commits -> Revision 1694e2a

July 20, 2021, 11:14 (GMT)
Sculpt dyntopo: Face set boundaries are now presered with dyntopo

* Face set boundaries are now preserved on dyntopo remeshing.
* MDynTopoVert->flag now has a DYNVERT_FSET_BOUNDARY flag
in addition to DYNVERT_BOUNDARY.
* Instrumented uiBut with ASAN poison regions to hopefully
find the super evil memory corruption bug that's been driving
me insane. It's frustratingly intermittent. There are five
poison regions.

Commit Details:

Full Hash: 1694e2aca4f8dd4203ee63ef2581b480d7a61f09
Parent Commit: 2fddbeb
Lines Changed: +178, -41

10 Modified Paths:

/source/blender/blenkernel/BKE_pbvh.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+42, -21) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+56, -11) (Diff)
/source/blender/blenkernel/intern/pbvh_intern.h (+16, -0) (Diff)
/source/blender/editors/interface/interface.c (+36, -2) (Diff)
/source/blender/editors/interface/interface_handlers.c (+4, -0) (Diff)
/source/blender/editors/interface/interface_intern.h (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+4, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_dyntopo.c (+3, -5) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021