AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.8k stars 456 forks source link

OCIOView: The Display / View Transform processor should consider optionally clamp negative values. #2010

Open KelSolaar opened 4 months ago

KelSolaar commented 4 months ago

This one took me a few hours to understand what is going on: The ACES Builtin transforms do not clamp which is fine. However, Nuke OCIODisplay node does but OCIOView does not which can generate unpredictable results, especially in the Chromaticity Inspector.

image

We should probably add some options to clamp values between 0 and 1.