OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

Add NamedTransform Processor constructors

Open michdolan opened this issue 2 years ago • 0 comments

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

michdolan avatar Sep 24 '22 14:09 michdolan