mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
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:
parent
95743f29a3
commit
8ff258983a
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue