Blender Git Loki
Git Commits -> Revision e77fdc6
Revision e77fdc6 by Pablo Dobarro (master) December 9, 2019, 16:00 (GMT) |
Fix T72006: Clay brush with size pressure corrupts mesh When size pressure is enabled, the radius may not be enough to sample any vertices to calculate the area normal. This lead to a vector 0 plane and a division by 0 when calculating the signed distance to the plane, which produces a NaN that was being written to the vertex coordinates. Reviewed By: brecht Maniphest Tasks: T72006 Differential Revision: https://developer.blender.org/D6326 |
Commit Details:
Full Hash: e77fdc62b75a3b96e4c3ca5c2fc4025d8091ff99
Parent Commit: 8a7851d
Lines Changed: +4, -0
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+4, -0) (Diff)