mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Use .ass extension as default (and add settings to choose for .ass.gz)
This commit is contained in:
parent
e61830b44f
commit
dd92fe1e4e
3 changed files with 45 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"create": {
|
||||
"CreateArnoldAss": {
|
||||
"enabled": true,
|
||||
"defaults": [],
|
||||
"ext": ".ass"
|
||||
},
|
||||
"CreateAlembicCamera": {
|
||||
"enabled": true,
|
||||
"defaults": []
|
||||
|
|
|
|||
|
|
@ -4,6 +4,41 @@
|
|||
"key": "create",
|
||||
"label": "Creator plugins",
|
||||
"children": [
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"key": "CreateArnoldAss",
|
||||
"label": "Create Arnold Ass",
|
||||
"checkbox_key": "enabled",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "defaults",
|
||||
"label": "Default Subsets",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"type": "enum",
|
||||
"key": "ext",
|
||||
"label": "Default Output Format (extension)",
|
||||
"multiselection": false,
|
||||
"enum_items": [
|
||||
{
|
||||
".ass": ".ass"
|
||||
},
|
||||
{
|
||||
".ass.gz": ".ass.gz (gzipped)"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
"type": "schema_template",
|
||||
"name": "template_create_plugin",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue