mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
64 lines
No EOL
1.8 KiB
JSON
64 lines
No EOL
1.8 KiB
JSON
{
|
|
"create": {
|
|
"CreateShotClip": {
|
|
"hierarchy": "{folder}/{sequence}",
|
|
"useShotName": true,
|
|
"clipRename": false,
|
|
"clipName": "{sequence}{shot}",
|
|
"segmentIndex": true,
|
|
"countFrom": 10,
|
|
"countSteps": 10,
|
|
"folder": "shots",
|
|
"episode": "ep01",
|
|
"sequence": "a",
|
|
"track": "{_track_}",
|
|
"shot": "####",
|
|
"vSyncOn": false,
|
|
"workfileFrameStart": 1001,
|
|
"handleStart": 5,
|
|
"handleEnd": 5
|
|
}
|
|
},
|
|
"publish": {
|
|
"ExtractSubsetResources": {
|
|
"keep_original_representation": false,
|
|
"export_presets_mapping": {
|
|
"exr16fpdwaa": {
|
|
"ext": "exr",
|
|
"xml_preset_file": "OpenEXR (16-bit fp DWAA).xml",
|
|
"xml_preset_dir": "",
|
|
"export_type": "File Sequence",
|
|
"ignore_comment_attrs": false,
|
|
"colorspace_out": "ACES - ACEScg",
|
|
"representation_add_range": true,
|
|
"representation_tags": []
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"load": {
|
|
"LoadClip": {
|
|
"enabled": true,
|
|
"families": [
|
|
"render2d",
|
|
"source",
|
|
"plate",
|
|
"render",
|
|
"review"
|
|
],
|
|
"representations": [
|
|
"exr",
|
|
"dpx",
|
|
"jpg",
|
|
"jpeg",
|
|
"png",
|
|
"h264",
|
|
"mov",
|
|
"mp4"
|
|
],
|
|
"reel_group_name": "OpenPype_Reels",
|
|
"reel_name": "Loaded",
|
|
"clip_name_template": "{asset}_{subset}_{representation}"
|
|
}
|
|
}
|
|
} |