AcademySoftwareFoundation / AcademySoftwareFoundation/OpenColorIO

Document the available built-in transforms

Open
#1,866 0 comments 0 reactions 0 assignees View on GitHub
Documentation good first issue help wanted
Dominant language
C++
Stars
2.1k
Forks
503
PR merge metrics
No merged PRs in 30d

Description

OCIO now makes available to config authors a set of transforms that are built into OCIO itself. At each release, new transforms tend to be added. The current list may be obtained via this bit of Python code:
```
for style in ocio.BuiltinTransformRegistry():
print style
```
However, it would be nice to have the list in the documentation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.