OP-4822 - added profile to disble check to Settings

This commit is contained in:
Petr Kalis 2023-02-02 18:23:51 +01:00
parent e42ee50ff4
commit 27773fbbf1
2 changed files with 32 additions and 1 deletions

View file

@ -33,7 +33,8 @@
"limit": [],
"jobInfo": {},
"pluginInfo": {},
"scene_patches": []
"scene_patches": [],
"disable_strict_check_profiles": []
},
"NukeSubmitDeadline": {
"enabled": true,

View file

@ -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"
}
]
}
}
]
},