mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
OP-4822 - added profile to disble check to Settings
This commit is contained in:
parent
e42ee50ff4
commit
27773fbbf1
2 changed files with 32 additions and 1 deletions
|
|
@ -33,7 +33,8 @@
|
|||
"limit": [],
|
||||
"jobInfo": {},
|
||||
"pluginInfo": {},
|
||||
"scene_patches": []
|
||||
"scene_patches": [],
|
||||
"disable_strict_check_profiles": []
|
||||
},
|
||||
"NukeSubmitDeadline": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
|
|
@ -195,6 +195,36 @@
|
|||
]
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue