5.2 v1 lut default

Hello
in Nuke 5.1v6 , I had something like that in my menu.py

nuke.knobDefault("Root.monitorLut", "linear")
nuke.knobDefault("Root.viewerLut", "linear")
nuke.knobDefault("Root.int8Lut", "linear")
nuke.knobDefault("Root.int16Lut", "linear")
nuke.knobDefault("Root.logLut", "Cineon")
nuke.knobDefault("Root.floatLut", "linear")

but in 5.2v1, linear doesn’t exist anymore in the viewerLut but there is None instead
I thought this line could fix the problem but I was wrong.
nuke.knobDefault("Root.viewerLut", "None")

It stays in SRGB

Any clue?

Thanks

No Responses to “5.2 v1 lut default”

Post a Comment