Aug
28
5.2 v1 lut default
Posted in: NUKE from The FoundryHello
in Nuke 5.1v6 , I had something like that in my menu.py
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
Post a Comment