added settings for tvpaint LoadImage and ImportImage plugins

This commit is contained in:
iLLiCiTiT 2021-05-19 11:28:30 +02:00
parent 2b8233de53
commit c28a2acfdf

View file

@ -47,6 +47,84 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "load",
"label": "Loader plugins",
"children": [
{
"type": "dict",
"collapsible": true,
"key": "LoadImage",
"label": "Load Image",
"children": [
{
"key": "defaults",
"type": "dict",
"children": [
{
"type": "boolean",
"key": "stretch",
"label": "Stretch"
},
{
"type": "boolean",
"key": "timestretch",
"label": "TimeStretch"
},
{
"type": "boolean",
"key": "preload",
"label": "Preload"
}
]
},
{
"type": "list",
"key": "families",
"label": "Families",
"object_type": "text"
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "ImportImage",
"label": "Import Image",
"children": [
{
"key": "defaults",
"type": "dict",
"children": [
{
"type": "boolean",
"key": "stretch",
"label": "Stretch"
},
{
"type": "boolean",
"key": "timestretch",
"label": "TimeStretch"
},
{
"type": "boolean",
"key": "preload",
"label": "Preload"
}
]
},
{
"type": "list",
"key": "families",
"label": "Families",
"object_type": "text"
}
]
}
]
},
{
"type": "schema",
"name": "schema_publish_gui_filter"