mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
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:
parent
602a4ae8ec
commit
8e456f3f03
19 changed files with 49 additions and 84 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue