mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-4822 - updated settings
After discussion profile is too complicated, removed, replaced with simple boolean
This commit is contained in:
parent
5df388912a
commit
3a8c36e057
2 changed files with 5 additions and 29 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"jobInfo": {},
|
||||
"pluginInfo": {},
|
||||
"scene_patches": [],
|
||||
"disable_strict_check_profiles": []
|
||||
"strict_error_checking": true
|
||||
},
|
||||
"NukeSubmitDeadline": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
|
|
@ -197,34 +197,10 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"collapsible": true,
|
||||
"key": "disable_strict_check_profiles",
|
||||
"label": "Disable Strict Error Check profiles",
|
||||
"use_label_wrap": true,
|
||||
"docstring": "Set profile for disabling 'Strict Error Checking'",
|
||||
"object_type": {
|
||||
"type": "dict",
|
||||
"children": [
|
||||
{
|
||||
"key": "task_types",
|
||||
"label": "Task types",
|
||||
"type": "task-types-enum"
|
||||
},
|
||||
{
|
||||
"key": "task_names",
|
||||
"label": "Task names",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"key": "subsets",
|
||||
"label": "Subset names",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
"type": "boolean",
|
||||
"key": "strict_error_checking",
|
||||
"label": "Strict Error Checking",
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue