Added settings for ExtractSequence to be able modify color of thumbnail background

This commit is contained in:
iLLiCiTiT 2021-06-22 13:05:19 +02:00
parent bf284caccf
commit ca36bb2fb7
2 changed files with 23 additions and 0 deletions

View file

@ -1,5 +1,13 @@
{
"publish": {
"ExtractSequence": {
"thumbnail_bg": [
255,
255,
255,
255
]
},
"ValidateProjectSettings": {
"enabled": true,
"optional": true,

View file

@ -11,6 +11,21 @@
"key": "publish",
"label": "Publish plugins",
"children": [
{
"type": "dict",
"collapsible": true,
"key": "ExtractSequence",
"label": "ExtractSequence",
"is_group": true,
"children": [
{
"type": "color",
"key": "thumbnail_bg",
"label": "Thumbnail BG color",
"use_alpha": false
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",