Blender Git Commit Log
Git Commits -> Revision 560a736
Revision 560a736 by Pablo Dobarro (master) June 24, 2020, 15:29 (GMT) |
Fix artifact in Clay Strips when producing large deformations The clay strips brush tip tests distances against a cube with beveled Z aligned edges. This cube was positioned with its center in the surface of the mesh, so when producing large deformation, some vertices that should be deformed were positioned further than the cube's Z dimension, so they were left behind, producing artifacts. This displaces and deforms the local space to position the brush tip cube (now a prism) towards the deformation direction, so more vertices can be included, removing most of these artifacts. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8004 |
Commit Details:
Full Hash: 560a73610b76a08384d7396f3e864f82ece558a2
Parent Commit: 255638d
Lines Changed: +18, -1
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+18, -1) (Diff)