mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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():
|
def _ocio_built_in_paths():
|
||||||
return [
|
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)",
|
"label": "ACES 1.3 Studio (OCIO v2)",
|
||||||
"description": (
|
"description": (
|
||||||
"Aces 1.3 Studio OCIO config file. Requires OCIO v2.")
|
"Aces 1.3 Studio OCIO config file. Requires OCIO v2.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue