mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #2869 from pypeclub/feature/OP-2732_Flame-rendering-presets-from-sequence
This commit is contained in:
commit
9015dd9ce7
8 changed files with 182 additions and 26 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"ext": "exr",
|
||||
"xml_preset_file": "OpenEXR (16-bit fp DWAA).xml",
|
||||
"xml_preset_dir": "",
|
||||
"export_type": "File Sequence",
|
||||
"colorspace_out": "ACES - ACEScg",
|
||||
"representation_add_range": true,
|
||||
"representation_tags": []
|
||||
|
|
|
|||
|
|
@ -171,6 +171,24 @@
|
|||
"label": "XML preset folder (optional)",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"key": "export_type",
|
||||
"label": "Eport clip type",
|
||||
"type": "enum",
|
||||
"default": "File Sequence",
|
||||
"enum_items": [
|
||||
{
|
||||
"Movie": "Movie"
|
||||
},
|
||||
{
|
||||
"File Sequence": "File Sequence"
|
||||
},
|
||||
{
|
||||
"Sequence Publish": "Sequence Publish"
|
||||
}
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
"key": "colorspace_out",
|
||||
"label": "Output color (imageio)",
|
||||
|
|
|
|||
|
|
@ -457,7 +457,7 @@
|
|||
{
|
||||
"type": "text",
|
||||
"key": "colourPolicy",
|
||||
"label": "Colour Policy"
|
||||
"label": "Colour Policy (name or path)"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue