AcademySoftwareFoundation / AcademySoftwareFoundation/OpenColorIO
Document the available built-in transforms
Open
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
Assessment
This issue has not been assessed yet.