OpenColorIO
OpenColorIO copied to clipboard
Add NamedTransform Processor constructors
This PR adds four new processor constructors to Config
:
-
NamedTransform
object and direction -
Context
,NamedTransform
object and direction - Named transform name/alias and direction
-
Context
, named transform name/alias and direction
Also included are the updated Python bindings, C++ and Python unit tests, and updated frozen Python API docs (which update more than what I changed in this PR).
Fixes #1674