Harmony - cleaned up settings location

Standardized to use regex when possible
Removed 'General' sections as everything is in ValidateSceneSettings
This commit is contained in:
Petr Kalis 2021-05-13 12:17:31 +02:00
parent e80488f582
commit b689b0cd9e
4 changed files with 66 additions and 46 deletions

View file

@ -1,13 +1,15 @@
{
"general": {
"skip_resolution_check": [],
"skip_timelines_check": []
},
"publish": {
"CollectPalettes": {
"allowed_tasks": [
"."
]
"allowed_tasks": [".*"]
},
"ValidateSceneSettings": {
"enabled": true,
"optional": true,
"active": true,
"frame_check_filter": ["_ch_", "_pr_", "_intd_", "_extd_"],
"skip_resolution_check": ["render", "Render"],
"skip_timelines_check": []
},
"HarmonySubmitDeadline": {
"use_published": false,