Page MenuHome

Fix T100697: Curve nodes change colors at identity settings
ClosedPublic

Authored by Omar Emara (OmarSquircleArt) on Aug 30 2022, 3:00 PM.

Details

Summary

Shader and compositor curve nodes change their inputs even if they are
at identity settings.

That is because shader and compositor curve nodes evaluate their curve
map texture samplers at the normalized input directly, disregarding the
fact that the samplers are evaluated using linear interpolation. This
causes the output to be slightly different that it should be.

This patch remaps the evaluation parameters such that the texture
sampler is evaluated at the center of the pixels.

Diff Detail

Repository
rB Blender