Update OCIO config paths for cleaner structure

- Removed redundant directory from ACES 1.2 path
- Simplified Nuke default config path
This commit is contained in:
Jakub Jezek 2025-04-04 14:47:19 +02:00
parent ee213afce4
commit 2cd0b0ddbf
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9

View file

@ -90,12 +90,12 @@ def _ocio_built_in_paths():
"Aces 2.0 Studio OCIO config file. Requires OCIO v2.4.") "Aces 2.0 Studio OCIO config file. Requires OCIO v2.4.")
}, },
{ {
"value": "{BUILTIN_OCIO_ROOT}/OpenColorIOConfigs/aces_1.2/config.ocio", # noqa: E501 "value": "{BUILTIN_OCIO_ROOT}/aces_1.2/config.ocio", # noqa: E501
"label": "ACES 1.2", "label": "ACES 1.2",
"description": "Aces 1.2 OCIO config file." "description": "Aces 1.2 OCIO config file."
}, },
{ {
"value": "{BUILTIN_OCIO_ROOT}/OpenColorIOConfigs/nuke-default/config.ocio", # noqa: E501 "value": "{BUILTIN_OCIO_ROOT}/nuke-default/config.ocio", # noqa: E501
"label": "Nuke default", "label": "Nuke default",
}, },
] ]