Merge pull request #4158 from pypeclub/feature/OP-4404_color-v3-Settings-global-config-with-mapping-and-file-rules

Global: adding imageio to settings
This commit is contained in:
Jakub Ježek 2022-12-12 12:20:51 +01:00 committed by GitHub
commit cd10b7d63b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 761 additions and 201 deletions

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"create": { "create": {
"RenderCreator": { "RenderCreator": {
"defaults": [ "defaults": [

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"workfile_builder": { "workfile_builder": {
"create_first_version": false, "create_first_version": false,
"custom_templates": [] "custom_templates": []

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"publish": { "publish": {
"CollectRenderPath": { "CollectRenderPath": {
"output_extension": "png", "output_extension": "png",

View file

@ -1,5 +1,17 @@
{ {
"imageio": { "imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"project": { "project": {
"colourPolicy": "ACES 1.1", "colourPolicy": "ACES 1.1",
"frameDepth": "16-bit fp", "frameDepth": "16-bit fp",

View file

@ -1,5 +1,17 @@
{ {
"imageio": { "imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"ocio": { "ocio": {
"enabled": false, "enabled": false,
"configFilePath": { "configFilePath": {

View file

@ -1,4 +1,24 @@
{ {
"imageio": {
"ocio_config": {
"enabled": true,
"filepath": {
"windows": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio",
"darwin": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio",
"linux": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio"
}
},
"file_rules": {
"enabled": false,
"rules": {
"example": {
"pattern": ".*(beauty).*",
"colorspace": "ACES - ACEScg",
"ext": "exr"
}
}
}
},
"publish": { "publish": {
"CollectAnatomyInstanceData": { "CollectAnatomyInstanceData": {
"follow_workfile_version": false "follow_workfile_version": false

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"load": { "load": {
"ImageSequenceLoader": { "ImageSequenceLoader": {
"family": [ "family": [

View file

@ -1,5 +1,17 @@
{ {
"imageio": { "imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"workfile": { "workfile": {
"ocioConfigName": "nuke-default", "ocioConfigName": "nuke-default",
"ocioconfigpath": { "ocioconfigpath": {

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"shelves": [], "shelves": [],
"create": { "create": {
"CreateArnoldAss": { "CreateArnoldAss": {

View file

@ -1,5 +1,17 @@
{ {
"imageio": { "imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"colorManagementPreference_v2": { "colorManagementPreference_v2": {
"enabled": true, "enabled": true,
"configFilePath": { "configFilePath": {

View file

@ -10,6 +10,18 @@
}, },
"imageio": { "imageio": {
"enabled": false, "enabled": false,
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
},
"viewer": { "viewer": {
"viewerProcess": "sRGB" "viewerProcess": "sRGB"
}, },

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"create": { "create": {
"CreateImage": { "CreateImage": {
"defaults": [ "defaults": [

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"create": { "create": {
"CreateShotClip": { "CreateShotClip": {
"hierarchy": "{folder}/{sequence}", "hierarchy": "{folder}/{sequence}",

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"simple_creators": [ "simple_creators": [
{ {
"family": "workfile", "family": "workfile",

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"stop_timer_on_application_exit": false, "stop_timer_on_application_exit": false,
"publish": { "publish": {
"CollectRenderScene": { "CollectRenderScene": {

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"level_sequences_for_layouts": false, "level_sequences_for_layouts": false,
"delete_unmatched_assets": false, "delete_unmatched_assets": false,
"project_setup": { "project_setup": {

View file

@ -1,4 +1,18 @@
{ {
"imageio": {
"ocio_config": {
"enabled": false,
"filepath": {
"windows": "",
"darwin": "",
"linux": ""
}
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"timeout_profiles": [ "timeout_profiles": [
{ {
"hosts": [ "hosts": [

View file

@ -5,6 +5,23 @@
"label": "AfterEffects", "label": "AfterEffects",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "dict", "type": "dict",
"collapsible": true, "collapsible": true,

View file

@ -5,6 +5,23 @@
"label": "Blender", "label": "Blender",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "schema_template", "type": "schema_template",
"name": "template_workfile_options", "name": "template_workfile_options",

View file

@ -5,6 +5,23 @@
"label": "CelAction", "label": "CelAction",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "dict", "type": "dict",
"collapsible": true, "collapsible": true,

View file

@ -11,6 +11,14 @@
"label": "Color Management (ImageIO)", "label": "Color Management (ImageIO)",
"is_group": true, "is_group": true,
"children": [ "children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
},
{ {
"key": "project", "key": "project",
"type": "dict", "type": "dict",

View file

@ -11,6 +11,14 @@
"label": "Color Management (ImageIO)", "label": "Color Management (ImageIO)",
"collapsible": true, "collapsible": true,
"children": [ "children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
},
{ {
"key": "ocio", "key": "ocio",
"type": "dict", "type": "dict",
@ -23,6 +31,10 @@
"key": "enabled", "key": "enabled",
"label": "Set OCIO variable for Fusion" "label": "Set OCIO variable for Fusion"
}, },
{
"type": "label",
"label": "<b style='color:red'>'configFilePath'</b> will be deprecated. <br>Please move values to : <i>project_settings/{app}/imageio/ocio_config/filepath</i>."
},
{ {
"type": "path", "type": "path",
"key": "configFilePath", "key": "configFilePath",

View file

@ -5,6 +5,23 @@
"label": "Global", "label": "Global",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "schema", "type": "schema",
"name": "schema_global_publish" "name": "schema_global_publish"

View file

@ -5,6 +5,23 @@
"label": "Harmony", "label": "Harmony",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "dict", "type": "dict",
"collapsible": true, "collapsible": true,

View file

@ -5,116 +5,128 @@
"label": "Hiero", "label": "Hiero",
"is_file": true, "is_file": true,
"children": [ "children": [
{ {
"key": "imageio", "key": "imageio",
"type": "dict", "type": "dict",
"label": "Color Management (ImageIO)", "label": "Color Management (ImageIO)",
"is_group": true, "is_group": true,
"collapsible": true, "collapsible": true,
"children": [ "children": [
{ {
"key": "workfile", "type": "schema",
"type": "dict", "name": "schema_imageio_config"
"label": "Workfile", },
"collapsible": false, {
"children": [ "type": "schema",
{ "name": "schema_imageio_file_rules"
"type": "form", },
"children": [ {
{ "key": "workfile",
"type": "enum", "type": "dict",
"key": "ocioConfigName", "label": "Workfile",
"label": "OpenColorIO Config", "collapsible": false,
"enum_items": [ "children": [
{ {
"nuke-default": "nuke-default" "type": "label",
}, "label": "<b style='color:red'>'ocioconfigpath'</b> will be deprecated. <br>Please move values to : <i>project_settings/{app}/imageio/ocio_config/filepath</i>."
{ },
"aces_1.0.3": "aces_1.0.3" {
}, "type": "form",
{ "children": [
"aces_1.1": "aces_1.1" {
}, "type": "enum",
{ "key": "ocioConfigName",
"custom": "custom" "label": "OpenColorIO Config",
} "enum_items": [
] {
}, "nuke-default": "nuke-default"
{ },
"type": "path", {
"key": "ocioconfigpath", "aces_1.0.3": "aces_1.0.3"
"label": "Custom OCIO path", },
"multiplatform": true, {
"multipath": true "aces_1.1": "aces_1.1"
}, },
{ {
"type": "text", "custom": "custom"
"key": "workingSpace", }
"label": "Working Space" ]
}, },
{ {
"type": "text", "type": "path",
"key": "sixteenBitLut", "key": "ocioconfigpath",
"label": "16 Bit Files" "label": "Custom OCIO path",
}, "multiplatform": true,
{ "multipath": true
"type": "text", },
"key": "eightBitLut", {
"label": "8 Bit Files" "type": "text",
}, "key": "workingSpace",
{ "label": "Working Space"
"type": "text", },
"key": "floatLut", {
"label": "Floating Point Files" "type": "text",
}, "key": "sixteenBitLut",
{ "label": "16 Bit Files"
"type": "text", },
"key": "logLut", {
"label": "Log Files" "type": "text",
}, "key": "eightBitLut",
{ "label": "8 Bit Files"
"type": "text", },
"key": "viewerLut", {
"label": "Viewer" "type": "text",
}, "key": "floatLut",
{ "label": "Floating Point Files"
"type": "text", },
"key": "thumbnailLut", {
"label": "Thumbnails" "type": "text",
} "key": "logLut",
] "label": "Log Files"
} },
] {
}, "type": "text",
{ "key": "viewerLut",
"key": "regexInputs", "label": "Viewer"
"type": "dict", },
"label": "Colorspace on Inputs by regex detection", {
"collapsible": true, "type": "text",
"children": [ "key": "thumbnailLut",
{ "label": "Thumbnails"
"type": "list", }
"key": "inputs", ]
"object_type": { }
"type": "dict", ]
"children": [ },
{ {
"type": "text", "key": "regexInputs",
"key": "regex", "type": "dict",
"label": "Regex" "label": "Colorspace on Inputs by regex detection",
}, "collapsible": true,
{ "children": [
"type": "text", {
"key": "colorspace", "type": "list",
"label": "Colorspace" "key": "inputs",
} "object_type": {
] "type": "dict",
} "children": [
} {
] "type": "text",
} "key": "regex",
] "label": "Regex"
}, },
{
"type": "text",
"key": "colorspace",
"label": "Colorspace"
}
]
}
}
]
}
]
},
{ {
"type": "dict", "type": "dict",
"collapsible": true, "collapsible": true,
@ -129,102 +141,102 @@
"is_group": true, "is_group": true,
"children": [ "children": [
{ {
"type": "collapsible-wrap", "type": "collapsible-wrap",
"label": "Shot Hierarchy And Rename Settings", "label": "Shot Hierarchy And Rename Settings",
"collapsible": false, "collapsible": false,
"children": [ "children": [
{ {
"type": "text", "type": "text",
"key": "hierarchy", "key": "hierarchy",
"label": "Shot parent hierarchy" "label": "Shot parent hierarchy"
}, },
{ {
"type": "boolean", "type": "boolean",
"key": "clipRename", "key": "clipRename",
"label": "Rename clips" "label": "Rename clips"
}, },
{ {
"type": "text", "type": "text",
"key": "clipName", "key": "clipName",
"label": "Clip name template" "label": "Clip name template"
}, },
{ {
"type": "number", "type": "number",
"key": "countFrom", "key": "countFrom",
"label": "Count sequence from" "label": "Count sequence from"
}, },
{ {
"type": "number", "type": "number",
"key": "countSteps", "key": "countSteps",
"label": "Stepping number" "label": "Stepping number"
} }
] ]
}, },
{ {
"type": "collapsible-wrap", "type": "collapsible-wrap",
"label": "Shot Template Keywords", "label": "Shot Template Keywords",
"collapsible": false, "collapsible": false,
"children": [ "children": [
{ {
"type": "text", "type": "text",
"key": "folder", "key": "folder",
"label": "{folder}" "label": "{folder}"
}, },
{ {
"type": "text", "type": "text",
"key": "episode", "key": "episode",
"label": "{episode}" "label": "{episode}"
}, },
{ {
"type": "text", "type": "text",
"key": "sequence", "key": "sequence",
"label": "{sequence}" "label": "{sequence}"
}, },
{ {
"type": "text", "type": "text",
"key": "track", "key": "track",
"label": "{track}" "label": "{track}"
}, },
{ {
"type": "text", "type": "text",
"key": "shot", "key": "shot",
"label": "{shot}" "label": "{shot}"
} }
] ]
}, },
{ {
"type": "collapsible-wrap", "type": "collapsible-wrap",
"label": "Vertical Synchronization Of Attributes", "label": "Vertical Synchronization Of Attributes",
"collapsible": false, "collapsible": false,
"children": [ "children": [
{ {
"type": "boolean", "type": "boolean",
"key": "vSyncOn", "key": "vSyncOn",
"label": "Enable Vertical Sync" "label": "Enable Vertical Sync"
} }
] ]
}, },
{ {
"type": "collapsible-wrap", "type": "collapsible-wrap",
"label": "Shot Attributes", "label": "Shot Attributes",
"collapsible": false, "collapsible": false,
"children": [ "children": [
{ {
"type": "number", "type": "number",
"key": "workfileFrameStart", "key": "workfileFrameStart",
"label": "Workfiles Start Frame" "label": "Workfiles Start Frame"
}, },
{ {
"type": "number", "type": "number",
"key": "handleStart", "key": "handleStart",
"label": "Handle start (head)" "label": "Handle start (head)"
}, },
{ {
"type": "number", "type": "number",
"key": "handleEnd", "key": "handleEnd",
"label": "Handle end (tail)" "label": "Handle end (tail)"
} }
] ]
} }
] ]
} }
@ -322,4 +334,4 @@
"name": "schema_scriptsmenu" "name": "schema_scriptsmenu"
} }
] ]
} }

View file

@ -5,6 +5,23 @@
"label": "Houdini", "label": "Houdini",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "schema", "type": "schema",
"name": "schema_houdini_scriptshelf" "name": "schema_houdini_scriptshelf"

View file

@ -12,6 +12,14 @@
"collapsible": true, "collapsible": true,
"is_group": true, "is_group": true,
"children": [ "children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
},
{ {
"key": "colorManagementPreference_v2", "key": "colorManagementPreference_v2",
"type": "dict", "type": "dict",
@ -24,6 +32,10 @@
"key": "enabled", "key": "enabled",
"label": "Use Color Management Preference v2" "label": "Use Color Management Preference v2"
}, },
{
"type": "label",
"label": "<b style='color:red'>'configFilePath'</b> will be deprecated. <br>Please move values to : <i>project_settings/{app}/imageio/ocio_config/filepath</i>."
},
{ {
"type": "path", "type": "path",
"key": "configFilePath", "key": "configFilePath",
@ -54,6 +66,10 @@
"label": "Color Management Preference (legacy)", "label": "Color Management Preference (legacy)",
"collapsible": true, "collapsible": true,
"children": [ "children": [
{
"type": "label",
"label": "<b style='color:red'>'configFilePath'</b> will be deprecated. <br>Please move values to : <i>project_settings/{app}/imageio/ocio_config/filepath</i>."
},
{ {
"type": "path", "type": "path",
"key": "configFilePath", "key": "configFilePath",

View file

@ -5,6 +5,23 @@
"label": "Photoshop", "label": "Photoshop",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "dict", "type": "dict",
"collapsible": true, "collapsible": true,

View file

@ -5,6 +5,23 @@
"label": "DaVinci Resolve", "label": "DaVinci Resolve",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "dict", "type": "dict",
"collapsible": true, "collapsible": true,

View file

@ -5,6 +5,23 @@
"label": "Tray Publisher", "label": "Tray Publisher",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "list", "type": "list",
"collapsible": true, "collapsible": true,

View file

@ -5,6 +5,23 @@
"label": "TVPaint", "label": "TVPaint",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "boolean", "type": "boolean",
"key": "stop_timer_on_application_exit", "key": "stop_timer_on_application_exit",

View file

@ -5,6 +5,23 @@
"label": "Unreal Engine", "label": "Unreal Engine",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "boolean", "type": "boolean",
"key": "level_sequences_for_layouts", "key": "level_sequences_for_layouts",

View file

@ -5,6 +5,23 @@
"label": "Web Publisher", "label": "Web Publisher",
"is_file": true, "is_file": true,
"children": [ "children": [
{
"key": "imageio",
"type": "dict",
"label": "Color Management (ImageIO)",
"is_group": true,
"children": [
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
}
]
},
{ {
"type": "list", "type": "list",
"collapsible": true, "collapsible": true,

View file

@ -0,0 +1,21 @@
{
"key": "ocio_config",
"type": "dict",
"label": "OCIO config",
"collapsible": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "path",
"key": "filepath",
"label": "Config path",
"multiplatform": true,
"multipath": false
}
]
}

View file

@ -0,0 +1,41 @@
{
"key": "file_rules",
"type": "dict",
"label": "File Rules",
"collapsible": true,
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"key": "rules",
"label": "Rules",
"type": "dict-modifiable",
"highlight_content": true,
"collapsible": false,
"object_type": {
"type": "dict",
"children": [
{
"key": "pattern",
"label": "Regex pattern",
"type": "text"
},
{
"key": "colorspace",
"label": "Colorspace name",
"type": "text"
},
{
"key": "ext",
"label": "File extension",
"type": "text"
}
]
}
}
]
}

View file

@ -11,6 +11,14 @@
"key": "enabled", "key": "enabled",
"label": "Enabled" "label": "Enabled"
}, },
{
"type": "schema",
"name": "schema_imageio_config"
},
{
"type": "schema",
"name": "schema_imageio_file_rules"
},
{ {
"key": "viewer", "key": "viewer",
"type": "dict", "type": "dict",
@ -43,6 +51,10 @@
"label": "Workfile", "label": "Workfile",
"collapsible": false, "collapsible": false,
"children": [ "children": [
{
"type": "label",
"label": "<b style='color:red'>'customOCIOConfigPath'</b> will be deprecated. <br>Please move values to : <i>project_settings/{app}/imageio/ocio_config/filepath</i>."
},
{ {
"type": "form", "type": "form",
"children": [ "children": [