standalone: settings for editorial plugin

This commit is contained in:
Jakub Jezek 2021-07-13 16:59:07 +02:00
parent 5093360e54
commit fa6148e3f0
No known key found for this signature in database
GPG key ID: D8548FBF690B100A
2 changed files with 27 additions and 0 deletions

View file

@ -166,6 +166,13 @@
"output": []
}
},
"CollectEditorial": {
"source_dir": "",
"extensions": [
"mov",
"mp4"
]
},
"CollectHierarchyInstance": {
"shot_rename_template": "{project[code]}_{_sequence_}_{_shot_}",
"shot_rename_search_patterns": {

View file

@ -131,6 +131,26 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "CollectEditorial",
"label": "Collect Editorial",
"is_group": true,
"children": [
{
"type": "text",
"key": "source_dir",
"label": "Editorial resources pointer"
},
{
"type": "list",
"key": "extensions",
"label": "Accepted extensions",
"object_type": "text"
}
]
},
{
"type": "dict",
"collapsible": true,