nuke: remove redundant workfile colorspace profiles

This commit is contained in:
Jakub Jezek 2023-09-06 16:52:34 +02:00
parent 1c667f91f9
commit 8dd4b70aa3
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 1 additions and 25 deletions

View file

@ -28,11 +28,7 @@
"colorManagement": "Nuke",
"OCIO_config": "nuke-default",
"workingSpaceLUT": "linear",
"monitorLut": "sRGB",
"int8Lut": "sRGB",
"int16Lut": "sRGB",
"logLut": "Cineon",
"floatLut": "linear"
"monitorLut": "sRGB"
},
"nodes": {
"requiredNodes": [

View file

@ -106,26 +106,6 @@
"type": "text",
"key": "monitorLut",
"label": "monitor"
},
{
"type": "text",
"key": "int8Lut",
"label": "8-bit files"
},
{
"type": "text",
"key": "int16Lut",
"label": "16-bit files"
},
{
"type": "text",
"key": "logLut",
"label": "log files"
},
{
"type": "text",
"key": "floatLut",
"label": "float files"
}
]
}