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
- Host: GitHub
- URL: https://github.com/ynput/ayon-ocio
- Owner: ynput
- License: apache-2.0
- Created: 2023-02-24T17:58:36.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-10-21T10:06:14.000Z (7 months ago)
- Last Synced: 2026-04-13T07:49:48.535Z (about 2 months ago)
- Topics: addon, ayon
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
└─ ...
```