add setting for cleanupfarm and disable the plugin by default

This commit is contained in:
Jakub Trllo 2022-02-08 17:52:13 +01:00
parent c916a45ec5
commit 57a5a09c45
2 changed files with 18 additions and 1 deletions

View file

@ -208,6 +208,9 @@
"CleanUp": {
"paterns": [],
"remove_temp_renders": false
},
"CleanUpFarm": {
"enabled": false
}
},
"tools": {

View file

@ -677,8 +677,22 @@
"label": "Remove Temp renders",
"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"
}
]
}
]
}