OP-2551 - cleaned up wrong settings

Added multiprocess setting for AE2022
This commit is contained in:
Petr Kalis 2022-02-02 13:23:27 +01:00
parent 708fc4774f
commit 2f3ff799b1
4 changed files with 7 additions and 41 deletions

View file

@ -10,13 +10,6 @@
"skip_timelines_check": [
".*"
]
},
"AfterEffectsSubmitDeadline": {
"use_published": true,
"priority": 50,
"primary_pool": "",
"secondary_pool": "",
"chunk_size": 1000000
}
},
"workfile_builder": {

View file

@ -87,7 +87,8 @@
"primary_pool": "",
"secondary_pool": "",
"group": "",
"department": ""
"department": "",
"multiprocess": true
}
}
}

View file

@ -50,39 +50,6 @@
"label": "Skip Timeline Check for Tasks"
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "AfterEffectsSubmitDeadline",
"label": "AfterEffects Submit to Deadline",
"children": [
{
"type": "boolean",
"key": "use_published",
"label": "Use Published scene"
},
{
"type": "number",
"key": "priority",
"label": "Priority"
},
{
"type": "text",
"key": "primary_pool",
"label": "Primary Pool"
},
{
"type": "text",
"key": "secondary_pool",
"label": "Secondary Pool"
},
{
"type": "number",
"key": "chunk_size",
"label": "Frames Per Task"
}
]
}
]
},

View file

@ -449,6 +449,11 @@
"type": "text",
"key": "department",
"label": "Department"
},
{
"type": "boolean",
"key": "multiprocess",
"label": "Multiprocess"
}
]
}