ayon-core/package.py
Jakub Jezek d8c442e7f5
Update OCIO config paths and compatible addons
- Added a new compatible addon with version requirement.
- Updated existing OCIO config paths for ACES 1.3 and added support for ACES 2.0.
- Adjusted labels and descriptions for clarity on OCIO versions.
2025-04-02 15:00:44 +02:00

14 lines
265 B
Python

name = "core"
title = "Core"
version = "1.0.15-dev"
client_dir = "ayon_core"
plugin_for = ["ayon_server"]
ayon_server_version = ">=1.0.3,<2.0.0"
ayon_launcher_version = ">=1.0.2"
ayon_required_addons = {}
ayon_compatible_addons = {
"ayon_ocio": ">=1.2.0",
}