An open API service indexing awesome lists of open source software.

https://github.com/ynput/ayon-ocio

Distribution of OCIO configs to desktop application
https://github.com/ynput/ayon-ocio

addon ayon

Last synced: about 2 months ago
JSON representation

Distribution of OCIO configs to desktop application

Awesome Lists containing this project

README

          

# AYON OCIO configs
Support OCIO default AYON configs to ayon-launcher. The addon is quite simple, all what is needed is client code with configs.

### How it works
Create package script downloads configs from predefined url and copy the content to client code.

### Output client structure
```
└─ ayon_ocio
├─ __init__.py
├─ version.py
└─ configs
└─ OpenColorIOConfigs
└─ ...
```