Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Ulatowski <szulat>2021-04-12 15:38:20 +0300
committerJeroen Bakker <jeroen@blender.org>2021-04-12 15:42:13 +0300
commit95e010a22eb422a1efa2f7e2bbb6b3ee168ce9e5 (patch)
treed836e368caef334e4984f46a4059888d5b3434a3 /source/blender/blenkernel/intern/curve.c
parent53f277a2e6b433c7ad4fa3ad54547842e5672a8d (diff)
Fix T74680: Incorrect mixing in Glare node
The mixing function was designed to give correct results for Mix values of -1, 0, and +1, but the behavior between these points was not linear. This is unavoidable, because the function depends on both Mix and Mix^2 (by multiplying value and mf) so they could not cancel out completely. The new formula simply calculates the weighted sum without trying to invent a smooth function. Value for MixGlareOperation is now passed directly without scaling because it is then easier to use. Note that the previous formula performed max() twice for both input image and the result, now there is just one max() per channel because the glare input can't be negative. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D7138
Diffstat (limited to 'source/blender/blenkernel/intern/curve.c')
0 files changed, 0 insertions, 0 deletions