ayon-core/openpype/settings/defaults/project_settings/harmony.json
Petr Kalis cda8d670c0 Added settings for Harmony ImageSequenceLoader
Currently to fix issue with reference representations with wrong names (png_mp4 instead of png), but it could be helpful regardless.
2022-06-30 15:08:19 +02:00

43 lines
No EOL
982 B
JSON

{
"load": {
"ImageSequenceLoader": {
"family": [
"shot",
"render",
"image",
"plate",
"reference"
],
"representations": [
"jpeg",
"png",
"jpg"
]
}
},
"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": []
}
}
}