Merge branch 'develop' into enhancement/OP-7072_Validate-Loaded-Plugins

This commit is contained in:
Kayla Man 2023-11-17 22:11:28 +08:00 committed by GitHub
commit 1646d3a12b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
98 changed files with 2187 additions and 1886 deletions

View file

@ -19,16 +19,16 @@
"rules": {}
},
"viewer": {
"viewerProcess": "sRGB"
"viewerProcess": "sRGB (default)"
},
"baking": {
"viewerProcess": "rec709"
"viewerProcess": "rec709 (default)"
},
"workfile": {
"colorManagement": "Nuke",
"colorManagement": "OCIO",
"OCIO_config": "nuke-default",
"workingSpaceLUT": "linear",
"monitorLut": "sRGB"
"workingSpaceLUT": "scene_linear",
"monitorLut": "sRGB (default)"
},
"nodes": {
"requiredNodes": [
@ -76,7 +76,7 @@
{
"type": "text",
"name": "colorspace",
"value": "linear"
"value": "scene_linear"
},
{
"type": "bool",
@ -129,7 +129,7 @@
{
"type": "text",
"name": "colorspace",
"value": "linear"
"value": "scene_linear"
},
{
"type": "bool",
@ -177,7 +177,7 @@
{
"type": "text",
"name": "colorspace",
"value": "sRGB"
"value": "texture_paint"
},
{
"type": "bool",
@ -193,7 +193,7 @@
"inputs": [
{
"regex": "(beauty).*(?=.exr)",
"colorspace": "linear"
"colorspace": "scene_linear"
}
]
}