Merge branch 'develop' into enhancement/OP-2825_attach-loaded-containers

This commit is contained in:
Ondřej Samohel 2022-03-11 00:10:18 +01:00 committed by GitHub
commit b30a95a991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
215 changed files with 4781 additions and 2401 deletions

View file

@ -107,7 +107,6 @@
"letter_box": {
"enabled": false,
"ratio": 0.0,
"state": "letterbox",
"fill_color": [
0,
0,

View file

@ -116,13 +116,42 @@
"baking": {
"filter": {
"task_types": [],
"families": []
"families": [],
"sebsets": []
},
"extension": "mov",
"viewer_process_override": "",
"bake_viewer_process": true,
"bake_viewer_input_process": true,
"add_tags": []
"add_tags": [],
"reformat_node_add": false,
"reformat_node_config": [
{
"type": "string",
"name": "type",
"value": "to format"
},
{
"type": "string",
"name": "format",
"value": "HD_1080"
},
{
"type": "string",
"name": "filter",
"value": "Lanczos6"
},
{
"type": "bool",
"name": "black_outside",
"value": true
},
{
"type": "bool",
"name": "pbb",
"value": false
}
]
}
}
},