mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'develop' into enhancement/OP-7072_Validate-Loaded-Plugins
This commit is contained in:
commit
1646d3a12b
98 changed files with 2187 additions and 1886 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue