Merge pull request #2985 from pypeclub/feature/OP-2975_Nuke-ReviewDataMov-Read-attributes

This commit is contained in:
Jakub Ježek 2022-03-31 13:21:00 +02:00 committed by GitHub
commit e9b0179e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 13 deletions

View file

@ -208,9 +208,10 @@
"type": "separator"
},
{
"type": "text",
"key": "extension",
"label": "File extension"
"type": "boolean",
"key": "read_raw",
"label": "Read colorspace RAW",
"default": false
},
{
"type": "text",
@ -227,12 +228,6 @@
"key": "bake_viewer_input_process",
"label": "Bake Viewer Input Process (LUTs)"
},
{
"key": "add_tags",
"label": "Add additional tags to representations",
"type": "list",
"object_type": "text"
},
{
"type": "separator"
},
@ -246,7 +241,7 @@
"type": "collapsible-wrap",
"label": "Reformat Node Knobs",
"collapsible": true,
"collapsed": false,
"collapsed": true,
"children": [
{
"type": "list",
@ -347,6 +342,20 @@
}
}
]
},
{
"type": "separator"
},
{
"type": "text",
"key": "extension",
"label": "Write node file type"
},
{
"key": "add_tags",
"label": "Add additional tags to representations",
"type": "list",
"object_type": "text"
}
]
}