Blender Git Commit Log
Git Commits -> Revision 65aaa13
Revision 65aaa13 by Pablo Dobarro (master) April 20, 2020, 00:10 (GMT) |
Fix T75662: Surface Smooth filter not checking face sets In the main mesh filter loop vertex that do not have the active face set are skipped, so in the following surface smooth displacement loop these vertices were deformed using an uninitialized laplacian_disp value. Now the main loop initializes the laplacian_disp for all vertices and the deformation based on face sets is skipped in the second loop. Reviewed By: jbakker Maniphest Tasks: T75662 Differential Revision: https://developer.blender.org/D7443 |
Commit Details:
Full Hash: 65aaa13a0001610e9d8727b916e413c4c0d9761e
Parent Commit: 35cbf3b
Lines Changed: +17, -1
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c (+17, -1) (Diff)