Compositor: Match size of Fast Gaussian with Gaussian #121211

Merged
Omar Emara merged 4 commits from OmarEmaraDev/blender:fast-gaussian-match-size into main 2024-05-01 09:02:05 +02:00

4 Commits

Author SHA1 Message Date
b1246d4ea9 Update tests 2024-05-01 09:59:50 +03:00
1458a61f0f Fix typo 2024-05-01 09:57:42 +03:00
3b6b6a3672 Merge branch 'main' into fast-gaussian-match-size 2024-05-01 09:41:00 +03:00
f2c9514106 Compositor: Match size of Fast Gaussian with Gaussian
This patch matches the size of the Fast Gaussian mode of blur with the
standard Gaussian mode. The sigma value was computed as half the radius,
while it should be third of the radius, since Blender's Gaussian
function is truncated at 3 of the standard deviation of the unit
Gaussian. The patch include versioning to adjust the size of existing
files.
2024-04-29 15:41:57 +03:00