mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added enumerator to ExtractReview
This commit is contained in:
parent
34d16bb096
commit
102a8ead4c
1 changed files with 9 additions and 2 deletions
|
|
@ -202,8 +202,15 @@
|
|||
}, {
|
||||
"key": "tags",
|
||||
"label": "Tags",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
"type": "enum",
|
||||
"multiselection": true,
|
||||
"enum_items": [
|
||||
{"burnin": "Add burnins"},
|
||||
{"ftrackreview": "Add to Ftrack"},
|
||||
{"delete": "Delete output"},
|
||||
{"slate-frame": "Add slate frame"},
|
||||
{"no-hnadles": "Skip handle frames"}
|
||||
]
|
||||
}, {
|
||||
"key": "ffmpeg_args",
|
||||
"label": "FFmpeg arguments",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue