Blender Git Commit Log

Git Commits -> Revision 2e33c5c

Revision 2e33c5c by Pablo Dobarro (master)
July 30, 2020, 14:10 (GMT)
Sculpt: Use constraints in cloth deform brushes

Previously, deform brushes were modifying the final positions in the
simulation directly, which was causing all sorts of artifacts in the
deformed area and problems with other features of the solver.
Now these brushes deform a separate array of positions and the solver
adds constraints to them, so the real vertices are moved when solving
the constraints. This prevents those artifacts and gives the brush a
much better behavior.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8424

Commit Details:

Full Hash: 2e33c5ca15c6b29d738aa5bafd546bbf7921dbaa
Parent Commit: 49c1359
Lines Changed: +66, -7

2 Modified Paths:

/source/blender/blenkernel/BKE_paint.h (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_cloth.c (+61, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021