added enumerator to ExtractReview

This commit is contained in:
iLLiCiTiT 2020-09-22 18:30:55 +02:00
parent 34d16bb096
commit 102a8ead4c

View file

@ -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",