mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
rename 'product' attribute to 'product_name'
This commit is contained in:
parent
c0d9edad75
commit
feb73842c3
1 changed files with 2 additions and 3 deletions
|
|
@ -97,7 +97,6 @@ class CoreImageIOConfigProfilesModel(BaseSettingsModel):
|
|||
default="builtin_path",
|
||||
section="---",
|
||||
)
|
||||
|
||||
builtin_path: str = SettingsField(
|
||||
"ACES 1.2",
|
||||
title="Built-in OCIO config",
|
||||
|
|
@ -108,7 +107,7 @@ class CoreImageIOConfigProfilesModel(BaseSettingsModel):
|
|||
title="OCIO config path",
|
||||
description="Path to OCIO config. Anatomy formatting is supported.",
|
||||
)
|
||||
product: str = SettingsField(
|
||||
product_name: str = SettingsField(
|
||||
"",
|
||||
title="Product name",
|
||||
description=(
|
||||
|
|
@ -251,7 +250,7 @@ DEFAULT_VALUES = {
|
|||
"type": "builtin_path",
|
||||
"builtin_path": "{BUILTIN_OCIO_ROOT}/aces_1.2/config.ocio",
|
||||
"custom_path": "",
|
||||
"product": "",
|
||||
"product_name": "",
|
||||
}
|
||||
],
|
||||
"file_rules": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue