mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Harmony - cleaned up settings location
Standardized to use regex when possible Removed 'General' sections as everything is in ValidateSceneSettings
This commit is contained in:
parent
e80488f582
commit
b689b0cd9e
4 changed files with 66 additions and 46 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue