ayon-core/openpype/settings/defaults/project_settings/harmony.json
Petr Kalis b689b0cd9e Harmony - cleaned up settings location
Standardized to use regex when possible
Removed 'General' sections as everything is in ValidateSceneSettings
2021-05-13 12:17:31 +02:00

22 lines
No EOL
614 B
JSON

{
"publish": {
"CollectPalettes": {
"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,
"priority": 50,
"primary_pool": "",
"secondary_pool": "",
"chunk_size": 1000000
}
}
}