OpenColorIO
OpenColorIO copied to clipboard
Add NamedTransform Processor constructors
This PR adds four new processor constructors to Config:
-
NamedTransformobject and direction -
Context,NamedTransformobject 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