mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix typo colorManagementPreference
This commit is contained in:
parent
ccc1ff3099
commit
5e7468ff4f
3 changed files with 3 additions and 3 deletions
|
|
@ -2752,7 +2752,7 @@ def set_colorspace():
|
|||
|
||||
"""
|
||||
imageio = get_anatomy_settings(os.getenv("AVALON_PROJECT"))["imageio"]["maya"]
|
||||
root_dict = imageio["colorManagmentPreference"]
|
||||
root_dict = imageio["colorManagementPreference"]
|
||||
|
||||
if not isinstance(root_dict, dict):
|
||||
msg = "set_colorspace(): argument should be dictionary"
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@
|
|||
}
|
||||
},
|
||||
"maya": {
|
||||
"colorManagmentPreference": {
|
||||
"colorManagementPreference": {
|
||||
"configFilePath": {
|
||||
"windows": [],
|
||||
"darwin": [],
|
||||
|
|
|
|||
|
|
@ -365,7 +365,7 @@
|
|||
"label": "Maya",
|
||||
"children": [
|
||||
{
|
||||
"key": "colorManagmentPreference",
|
||||
"key": "colorManagementPreference",
|
||||
"type": "dict",
|
||||
"label": "Color Managment Preference",
|
||||
"collapsible": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue