OpenColorIO
OpenColorIO copied to clipboard
OCIO 1.2 Potential Changes
This omnibus ticket will track all defaults we may want to change in the 1.2 release.
- OCIOFileTransform change default interpolation to 'best', per #232
- FileTransform change default interpolation to 'best' (So configs dont need to write out the interpolation value in the common case)', per #232
- per #149, consider explicitly declaring envvars. This would back config cacheid computations more accurate, and also allow for the context keys to be pre-filled
#155 maybe? ("Get rid of hard-typed transform classes")
#155 may be interesting.
The big feature I want in 1.2 is some an OCIO Plugin API (for Truelight, ICC, and CTL at runtime). And these ops will need a way to advertise their parameters/knobs. And this may solve 155 at the same time if we're clever about it...
- Remove config.clearLook() from the PythonAPI