changing structure of colorspace schemas

- removing `set_ocio_config`
- removing (imageio) from category label
- adding global switch to colorspace management
- File rules label with ocio v1 compatibility
This commit is contained in:
Jakub Jezek 2023-05-02 21:19:25 +02:00
parent 602a4ae8ec
commit 8e456f3f03
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
19 changed files with 49 additions and 84 deletions

View file

@ -8,19 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,19 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,14 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,14 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
"label": "Enable Color Management"
},
{
"type": "schema",
@ -368,7 +368,7 @@
},
{
"key": "colorspace_out",
"label": "Output color (imageio)",
"label": "Output color",
"type": "text",
"default": "linear"
},

View file

@ -8,19 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,9 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_global_color_management",
"label": "Enable Color Management"
},
{
"key": "ocio_config",
"type": "dict",
@ -29,9 +34,14 @@
{
"key": "file_rules",
"type": "dict",
"label": "File Rules",
"label": "File Rules (OCIO v1 only)",
"collapsible": true,
"children": [
{
"type": "boolean",
"key": "activate_global_file_rules",
"label": "Enable File Rules"
},
{
"key": "rules",
"label": "Rules",

View file

@ -8,14 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,19 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,19 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,19 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -48,19 +48,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,14 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,14 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,14 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,14 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,19 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -8,14 +8,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
"label": "Enable Color Management"
},
{
"type": "schema",

View file

@ -1,13 +1,13 @@
{
"key": "file_rules",
"type": "dict",
"label": "File Rules",
"label": "File Rules (OCIO v1 only)",
"collapsible": true,
"children": [
{
"type": "boolean",
"key": "override_global_rules",
"label": "Override global file rules"
"label": "Override global File Rules"
},
{
"key": "rules",

View file

@ -1,19 +1,14 @@
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"label": "Color Management",
"collapsible": true,
"is_group": true,
"children": [
{
"type": "boolean",
"key": "activate_host_color_management",
"label": "Enable Color Management in host"
},
{
"type": "boolean",
"key": "set_ocio_config",
"label": "Set OCIO config file in host"
"label": "Enable Color Management"
},
{
"type": "schema",