Page MenuHome

Fix T69497: Color Correction node ignores mask in certain cases
ClosedPublic

Authored by Sergey Sharybin (sergey) on Jun 9 2020, 3:17 PM.

Details

Summary

Happens when some of the color correction terms are mathematically
undefined: foe example, when pow() is to be calculated and the X
argument is negative.

There is no ground-truth result in such cases, so ignore such terms
entirely.

This is a generalization of D6696 from Jacques.

Diff Detail

Repository
rB Blender