Nuke: baking with multiple reposition nodes

also with settings and defaults
This commit is contained in:
Jakub Jezek 2023-02-22 17:21:17 +01:00 committed by Jakub Ježek
parent 6ad3421f7f
commit 2e07aa33fa
3 changed files with 144 additions and 34 deletions

View file

@ -446,6 +446,41 @@
"value": false
}
],
"reformat_nodes_config": {
"enabled": false,
"reposition_nodes": [
{
"node_class": "Reformat",
"knobs": [
{
"type": "text",
"name": "type",
"value": "to format"
},
{
"type": "text",
"name": "format",
"value": "HD_1080"
},
{
"type": "text",
"name": "filter",
"value": "Lanczos6"
},
{
"type": "bool",
"name": "black_outside",
"value": true
},
{
"type": "bool",
"name": "pbb",
"value": false
}
]
}
]
},
"extension": "mov",
"add_custom_tags": []
}