OP-4822 - updated settings

After discussion profile is too complicated, removed, replaced with simple boolean
This commit is contained in:
Petr Kalis 2023-02-03 18:28:29 +01:00
parent 5df388912a
commit 3a8c36e057
2 changed files with 5 additions and 29 deletions

View file

@ -34,7 +34,7 @@
"jobInfo": {},
"pluginInfo": {},
"scene_patches": [],
"disable_strict_check_profiles": []
"strict_error_checking": true
},
"NukeSubmitDeadline": {
"enabled": true,

View file

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