removing also settings schema with defaults for qt gui (#5306)

This commit is contained in:
Jakub Ježek 2023-07-27 19:37:17 +02:00 committed by GitHub
parent ef3d501ee7
commit cd7042a106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 48 deletions

View file

@ -465,34 +465,6 @@
"viewer_process_override": "",
"bake_viewer_process": true,
"bake_viewer_input_process": true,
"reformat_node_add": false,
"reformat_node_config": [
{
"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
}
],
"reformat_nodes_config": {
"enabled": false,
"reposition_nodes": [

View file

@ -308,26 +308,6 @@
{
"type": "separator"
},
{
"type": "label",
"label": "Currently we are supporting also multiple reposition nodes. <br/>Older single reformat node is still supported <br/>and if it is activated then preference will <br/>be on it. If you want to use multiple reformat <br/>nodes then you need to disable single reformat <br/>node and enable multiple <b>Reformat nodes</b> <a href=\"settings://project_settings/nuke/publish/ExtractReviewDataMov/outputs/baking/reformat_nodes_config/enabled\"><b>here</b></a>."
},
{
"type": "boolean",
"key": "reformat_node_add",
"label": "Add Reformat Node",
"default": false
},
{
"type": "schema_template",
"name": "template_nuke_knob_inputs",
"template_data": [
{
"label": "Reformat Node Knobs",
"key": "reformat_node_config"
}
]
},
{
"key": "reformat_nodes_config",
"type": "dict",