settings: updating ProcessSubmittedJobOnFarm plugin

This commit is contained in:
Jakub Jezek 2021-07-13 17:48:54 +02:00
parent 1886f29a69
commit 66fbd2f4a3
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 18 additions and 0 deletions

View file

@ -172,6 +172,8 @@
"deadline_group": "",
"deadline_chunk_size": 1,
"deadline_priority": 50,
"publishing_script": "",
"skip_integration_repre_list": [],
"aov_filter": {
"maya": [
".+(?:\\.|_)([Bb]eauty)(?:\\.|_).*"

View file

@ -554,6 +554,22 @@
"key": "deadline_priority",
"label": "Deadline Priotity"
},
{
"type": "splitter"
},
{
"type": "text",
"key": "publishing_script",
"label": "Publishing script path"
},
{
"type": "list",
"key": "skip_integration_repre_list",
"label": "Skip integration of representation with ext",
"object_type": {
"type": "text"
}
},
{
"type": "dict",
"key": "aov_filter",