Merge pull request #1711 from pypeclub/bugfix/imageio-settings-granular

This commit is contained in:
Jakub Ježek 2021-06-16 10:32:24 +02:00 committed by GitHub
commit df37372ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View file

@ -78,6 +78,10 @@
{
"name": "colorspace",
"value": "linear"
},
{
"name": "create_directories",
"value": "True"
}
]
},
@ -114,6 +118,10 @@
{
"name": "colorspace",
"value": "linear"
},
{
"name": "create_directories",
"value": "True"
}
]
}

View file

@ -3,7 +3,6 @@
"key": "imageio",
"label": "Color Management and Output Formats",
"is_file": true,
"is_group": true,
"children": [
{
"key": "hiero",
@ -15,6 +14,7 @@
"type": "dict",
"label": "Workfile",
"collapsible": false,
"is_group": true,
"children": [
{
"type": "form",
@ -89,6 +89,7 @@
"type": "dict",
"label": "Colorspace on Inputs by regex detection",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "list",
@ -123,6 +124,7 @@
"type": "dict",
"label": "Viewer",
"collapsible": false,
"is_group": true,
"children": [
{
"type": "text",
@ -136,6 +138,7 @@
"type": "dict",
"label": "Workfile",
"collapsible": false,
"is_group": true,
"children": [
{
"type": "form",
@ -233,6 +236,7 @@
"type": "dict",
"label": "Nodes",
"collapsible": true,
"is_group": true,
"children": [
{
"key": "requiredNodes",
@ -335,6 +339,7 @@
"type": "dict",
"label": "Colorspace on Inputs by regex detection",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "list",