Nuke ViewerPrcess startup

Hi all, I would like to know if it is possible to set the default viewer(process) from Film to PrimayLUT

Basically, in my workplace, there is a list of items in the viewerProcess and it is always ‘Film’ by default. As I am usually the custom items - PrimaryLUT, I was thinking if it is possible to reduce the hassle of me switching to that whenever I am using Nuke.

I have tried googling here and there, but there is limited information for me.
Btw, I am using nuke7.0 in Linux

Many thanks in advance!

Heya,

you can use


nuke.knobDefault('Viewer.viewerProcess', 'default')

Replace “default” with your desired default obviously. This goes into menu.py usually.

Hope that helps,
Thorsten