mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added settings for tvpaint LoadImage and ImportImage plugins
This commit is contained in:
parent
2b8233de53
commit
c28a2acfdf
1 changed files with 78 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue