cross hosts: enhancing imageio settings with Enable toggle

also adding imageio settings to Max
This commit is contained in:
Jakub Jezek 2023-03-23 21:05:56 +01:00
parent 8b9a3547d9
commit b430d9f71d
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
34 changed files with 148 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,4 +1,15 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"RenderSettings": {
"default_render_image_folder": "renders/3dsmax",
"aov_separator": "underscore",

View file

@ -1,6 +1,7 @@
{
"open_workfile_post_initialization": false,
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -9,6 +9,7 @@
}
},
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -1,5 +1,6 @@
{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"collapsible": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -11,7 +11,13 @@
"label": "Color Management (ImageIO)",
"is_group": true,
"collapsible": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"
@ -35,4 +41,4 @@
"name": "schema_houdini_publish"
}
]
}
}

View file

@ -5,6 +5,29 @@
"label": "Max",
"is_file": true,
"children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{
"type": "dict",
"collapsible": true,

View file

@ -16,7 +16,13 @@
"label": "Color Management (ImageIO)",
"collapsible": true,
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -10,7 +10,13 @@
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema",
"name": "schema_imageio_config"

View file

@ -4,7 +4,13 @@
"label": "Color Management (ImageIO)",
"collapsible": true,
"is_group": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "label",
"label": "<b style='color:red'>'Custom OCIO config path'</b> has deprecated. <br> If you need to set custom config, just enable and add path into 'OCIO config'. <br>Anatomy keys are supported.</i>."
@ -257,4 +263,4 @@
]
}
]
}
}