mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
flame: update settings, remove camel case
This commit is contained in:
parent
25b54be872
commit
7dbb46fcbf
3 changed files with 36 additions and 19 deletions
|
|
@ -3,29 +3,31 @@
|
|||
"CreateShotClip": {
|
||||
"hierarchy": "{folder}/{sequence}",
|
||||
"clipRename": true,
|
||||
"clipName": "{track}{sequence}{shot}",
|
||||
"clipName": "{sequence}{shot}",
|
||||
"segmentIndex": true,
|
||||
"countFrom": 10,
|
||||
"countSteps": 10,
|
||||
"folder": "shots",
|
||||
"episode": "ep01",
|
||||
"sequence": "sq01",
|
||||
"sequence": "a",
|
||||
"track": "{_track_}",
|
||||
"shot": "sh###",
|
||||
"shot": "####",
|
||||
"vSyncOn": false,
|
||||
"workfileFrameStart": 1001,
|
||||
"handleStart": 10,
|
||||
"handleEnd": 10
|
||||
"handleStart": 5,
|
||||
"handleEnd": 5
|
||||
}
|
||||
},
|
||||
"publish": {
|
||||
"ExtractSubsetResources": {
|
||||
"keep_original_representation": false,
|
||||
"export_presets_mapping": {
|
||||
"exr16fpdwaa": {
|
||||
"ext": "exr",
|
||||
"xmlPresetDir": "",
|
||||
"xmlPresetFile": "OpenEXR (16-bit fp DWAA).xml",
|
||||
"representationAddRange": false,
|
||||
"representationTags": []
|
||||
"xml_preset_dir": "",
|
||||
"xml_preset_file": "OpenEXR (16-bit fp DWAA).xml",
|
||||
"representation_add_range": true,
|
||||
"representation_tags": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue