Blender Git Commit Log

Git Commits -> Revision 8f18ee2

Revision 8f18ee2 by Joseph Eagar (sculpt-dev)
December 21, 2021, 16:31 (GMT)
Sculpt-dev: New displacement heal brush

This brush goes through all
the grids inside each PBVH node under
the brush, converts coordinates to
tangent space, filters out extreme displacements
and then converts back.

Simple, but very effective.

TODO: make this into a mesh filter too.

Commit Details:

Full Hash: 8f18ee27e711f4097f2042ae34a28164c12f4cff
Parent Commit: 084a967
Lines Changed: +241, -19

1 Added Path:

/release/datafiles/icons/brush.sculpt.displacement_heal.dat (+0, -0) (View)

9 Modified Paths:

/source/blender/blenkernel/BKE_subdiv_ccg.h (+11, -0) (Diff)
/source/blender/blenkernel/intern/subdiv_ccg.c (+36, -0) (Diff)
/source/blender/blenlib/intern/lockfree_mempool.cc (+2, -2) (Diff)
/source/blender/editors/datafiles/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+15, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_brushes.c (+169, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021