Update OCIO config path for clarity

Refined the OCIO built-in paths to improve readability. Added a comment to ignore line length warning for better code style adherence.
This commit is contained in:
Jakub Jezek 2025-01-30 15:01:11 +01:00
parent 95743f29a3
commit 8ff258983a
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9

View file

@ -72,7 +72,7 @@ def _fallback_ocio_config_profile_types():
def _ocio_built_in_paths():
return [
{
"value": "{BUILTIN_OCIO_ROOT}/aces_1.3/studio-config-v1.0.0_aces-v1.3_ocio-v2.0.ocio",
"value": "{BUILTIN_OCIO_ROOT}/aces_1.3/studio-config-v1.0.0_aces-v1.3_ocio-v2.0.ocio", # noqa: E501
"label": "ACES 1.3 Studio (OCIO v2)",
"description": (
"Aces 1.3 Studio OCIO config file. Requires OCIO v2.")