Blender Git Loki
Git Commits -> Revision 6981bee
Revision 6981bee by Charlie Jolly (master) November 2, 2021, 15:58 (GMT) |
Fix T92736: Hole in mesh after Set Position The geometry node port of voronoi_smooth_f1 function has a division by zero when smoothness is set to zero. Using a safe_divide within the function causes issues and was noted in the original patch D12725. Solution in this case is to clamp zero smoothness to FLT_EPSILON. Reviewed By: JacquesLucke Maniphest Tasks: T92736 Differential Revision: https://developer.blender.org/D13069 |
Commit Details:
Full Hash: 6981bee2c77f826570df36e9e7cf90adfae4d409
Parent Commit: 89c9fa8
Lines Changed: +8, -4
1 Modified Path:
/source/blender/blenlib/intern/noise.cc (+8, -4) (Diff)