AcademySoftwareFoundation / AcademySoftwareFoundation/OpenColorIO
OCIOView: The Display / View Transform processor should consider optionally clamp negative values.
Open
- Dominant language
- C++
- Stars
- 2.1k
- Forks
- 503
- PR merge metrics
- No merged PRs in 30d
Description
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.

We should probably add some options to clamp values between 0 and 1.
Contributor guide
Assessment
This issue has not been assessed yet.