mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Currently to fix issue with reference representations with wrong names (png_mp4 instead of png), but it could be helpful regardless.
43 lines
No EOL
982 B
JSON
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": []
|
|
}
|
|
}
|
|
} |