mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add setting for cleanupfarm and disable the plugin by default
This commit is contained in:
parent
c916a45ec5
commit
57a5a09c45
2 changed files with 18 additions and 1 deletions
|
|
@ -208,6 +208,9 @@
|
||||||
"CleanUp": {
|
"CleanUp": {
|
||||||
"paterns": [],
|
"paterns": [],
|
||||||
"remove_temp_renders": false
|
"remove_temp_renders": false
|
||||||
|
},
|
||||||
|
"CleanUpFarm": {
|
||||||
|
"enabled": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
|
|
|
||||||
|
|
@ -677,8 +677,22 @@
|
||||||
"label": "Remove Temp renders",
|
"label": "Remove Temp renders",
|
||||||
"default": false
|
"default": false
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "dict",
|
||||||
|
"collapsible": false,
|
||||||
|
"key": "CleanUpFarm",
|
||||||
|
"label": "Clean Up Farm",
|
||||||
|
"is_group": true,
|
||||||
|
"checkbox_key": "enabled",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"type": "boolean",
|
||||||
|
"key": "enabled",
|
||||||
|
"label": "Enabled"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue