Blender Git Commit Log
Git Commits -> Revision 665acd2
Revision 665acd2 by Sergey Sharybin (master) June 11, 2020, 09:02 (GMT) |
Fix T69497: Color Correction node ignores mask in certain cases 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. Differential Revision: https://developer.blender.org/D7966 |
Commit Details:
Full Hash: 665acd29039b278b6de87121b458675ab025ee33
Parent Commit: f028760
Lines Changed: +12, -3
1 Modified Path:
/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp (+12, -3) (Diff)