OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
As discussed in today's TSC meeting, the OCIO v2 stabilization period provides a good opportunity to discuss and agree upon standards and recommendations around UI/UX considerations while implementing OCIO v2...
https://opencolorio.readthedocs.io/en/latest/guides/authoring/config_syntax.html?highlight=roles#roles https://opencolorio.readthedocs.io/en/latest/configurations/aces_1.0.3.html#id4
A new document [PROCESS.md](https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/master/PROCESS.md) was recently added to the repository documenting project practices around proposing changes to the core library and how small and large changes are approved before being...
Continuing discussion from #1154 ... It was discovered recently (and maybe this was already known) that `CDLTransform` `setID` and `setDescription` are not persistent as they are not currently serialized to...
Placeholder issue for a checklist around tutorials we want/need: - [ ] Environment Variables - [ ] Photoshop workflow with OCIO - [ ] Step by step OCIO config generation...
Some interesting things going on in the sidebar navigation: https://opencolorio.readthedocs.io/en/latest/concepts/_index.html#concepts So here, on the side, only Overview and Publications show up, though seemingly Introduction, Internal Architecture Overview, and Glossary would...
Need to be explicit about contents of the zips on this page: https://opencolorio.readthedocs.io/en/latest/quick_start/downloads.html Specifically what configs are included.
Right now, yaml serialization often spits out all values regardless of whether or not they are 'set'. While this is explicit and easy to understand, it makes for lengthy files....
When you click a link on the nav bar ("active" state) the color is currently white. Fix to something more legible.
Hi, As I started to poke at OCIO 2 for the new ACES config, I wanted to test the new `ExponentWithLinearTransform` transform. Upon validation I get the well deserved: ```...