mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Added settings for ExtractSequence to be able modify color of thumbnail background
This commit is contained in:
parent
bf284caccf
commit
ca36bb2fb7
2 changed files with 23 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"publish": {
|
||||
"ExtractSequence": {
|
||||
"thumbnail_bg": [
|
||||
255,
|
||||
255,
|
||||
255,
|
||||
255
|
||||
]
|
||||
},
|
||||
"ValidateProjectSettings": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue