mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Standardized to use regex when possible Removed 'General' sections as everything is in ValidateSceneSettings
22 lines
No EOL
614 B
JSON
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
|
|
}
|
|
}
|
|
} |