ayon-core/openpype/settings/defaults/project_settings/harmony.json
2021-05-17 09:56:15 +02:00

24 lines
No EOL
592 B
JSON

{
"publish": {
"CollectPalettes": {
"allowed_tasks": [
".*"
]
},
"ValidateSceneSettings": {
"enabled": true,
"optional": true,
"active": true,
"frame_check_filter": [],
"skip_resolution_check": [],
"skip_timelines_check": []
},
"HarmonySubmitDeadline": {
"use_published": false,
"priority": 50,
"primary_pool": "",
"secondary_pool": "",
"chunk_size": 1000000
}
}
}