mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #1530 from pypeclub/feature/tvpaint_loader_settings
This commit is contained in:
commit
cfe4cb9c5a
2 changed files with 82 additions and 0 deletions
|
|
@ -16,5 +16,21 @@
|
|||
"active": true
|
||||
}
|
||||
},
|
||||
"load": {
|
||||
"LoadImage": {
|
||||
"defaults": {
|
||||
"stretch": true,
|
||||
"timestretch": true,
|
||||
"preload": true
|
||||
}
|
||||
},
|
||||
"ImportImage": {
|
||||
"defaults": {
|
||||
"stretch": true,
|
||||
"timestretch": true,
|
||||
"preload": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"filters": {}
|
||||
}
|
||||
|
|
@ -46,6 +46,72 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": "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": "schema",
|
||||
"name": "schema_publish_gui_filter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue