ayon-core/openpype/settings/defaults/project_settings/harmony.json
Petr Kalis 5eb6b187f4
Removed loader settings for Harmony (#5289)
It shouldn't be configurable, it is internal logic. By adding additional extension it wouldn't start to work magically.
2023-07-14 12:17:05 +02:00

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": []
}
}
}