Blender Git Commit Log

Git Commits -> Revision 17d4c7a

June 25, 2021, 06:50 (GMT)
Sculpt dyntopo:

* Got automasking to work with dyntopo properly.
- AutomaskingCache->factor
has been replaced with the new temp layer API (which works for all
PBVH modes).
- AutomaskingCache->factor is, however, only initialized for
topology and face set boundary modes (if DynTopo is enabled)
since it's probably better to calculate the rest dynamically
in that case.
* Fixed stats bug

Commit Details:

Full Hash: 17d4c7abb12f0f5fc6646822afecb476864859c5
Parent Commit: ca4ac36
Lines Changed: +353, -152

7 Modified Paths:

/source/blender/blenkernel/BKE_pbvh.h (+9, -2) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+89, -49) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+90, -18) (Diff)
/source/blender/editors/sculpt_paint/sculpt_automasking.c (+108, -55) (Diff)
/source/blender/editors/sculpt_paint/sculpt_detail.c (+26, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+26, -14) (Diff)
/source/blender/editors/space_info/info_stats.c (+5, -11) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021