mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
settings: deadline nuke submission arguments
This commit is contained in:
parent
78a92588bb
commit
248912f9fa
2 changed files with 16 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
"group": "",
|
||||
"department": "",
|
||||
"use_gpu": true,
|
||||
"env_allowed_keys": [],
|
||||
"env_search_replace_values": {},
|
||||
"limit_groups": {}
|
||||
},
|
||||
"HarmonySubmitDeadline": {
|
||||
|
|
|
|||
|
|
@ -173,6 +173,20 @@
|
|||
"key": "use_gpu",
|
||||
"label": "Use GPU"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "env_allowed_keys",
|
||||
"object_type": "text",
|
||||
"label": "Allowed environment keys"
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "env_search_replace_values",
|
||||
"label": "Search & replace in environment values",
|
||||
"object_type": {
|
||||
"type": "text"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "limit_groups",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue