Page MenuHome

Fix T66165: RGB Curve generate too bright color
ClosedPublic

Authored by Sebastian Parborg (zeddb) on Jun 28 2019, 4:34 PM.

Details

Summary

The issue was that the end point would be extrapolated and it would lead to very high values if the curve had a near inf slope.
Now we use the actual end point value and only extrapolate values that are outside of the start and endpoint range.

Diff Detail

Repository
rB Blender

Event Timeline

Committed with minor code simplification.

This revision is now accepted and ready to land.Jul 3 2019, 5:20 PM