@OmarEmaraDev Commit message:
Fix: Voronoi Smooth F1 breaking when Smoothness is set to 0.0 in OSL
The Voronoi node now calls the F1 functions instead of Smooth F1
when Smoothness is…
The problem with Smooth F1 is that the 8.0 seems to be the only constant where the smooth interpolation works correctly. So I thought you might know how to change the interpolation logic to make…
Right, we can just use params.max_distance
here.
The problem with Smooth F1 is that the 8.0
seems to be the only constant where the smooth interpolation works correctly. So I thought you…
@OmarEmeraDev I can't find a quick fix for #109254 for Smooth F1. Could you please specifout of all people you
I just noticed that the fix for #109254 breaks Smooth F1 when changing 8.0 to 8000000000.0 here: b1f7c87b99/sou
…
@OmarEmaraDev I think that the issue in blender/blender#109253 is caused by a division by zero in https://projects.blender.org/blender/blender/src/commit/c1e7c02…