mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
It shouldn't be configurable, it is internal logic. By adding additional extension it wouldn't start to work magically.
38 lines
916 B
JSON
38 lines
916 B
JSON
{
|
|
"imageio": {
|
|
"activate_host_color_management": true,
|
|
"ocio_config": {
|
|
"override_global_config": false,
|
|
"filepath": []
|
|
},
|
|
"file_rules": {
|
|
"activate_host_rules": false,
|
|
"rules": {}
|
|
}
|
|
},
|
|
"publish": {
|
|
"CollectPalettes": {
|
|
"allowed_tasks": [
|
|
".*"
|
|
]
|
|
},
|
|
"ValidateAudio": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateContainers": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateSceneSettings": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true,
|
|
"frame_check_filter": [],
|
|
"skip_resolution_check": [],
|
|
"skip_timelines_check": []
|
|
}
|
|
}
|
|
}
|