While testing out Qube with Nuke I want to be able to set the 'interactive' flag to True as a default but I'm really struggling with this one! I can set it to true in the nuke_cmdline.py by using the Default=True option, and in the GUI it's ticked but when it comes to render with it, it's not applying the selection. Do I have to apply it somewhere else too? The whole command I'm using is:
cmdjob.add_option( '-i', 'flag', 'with -x or -t use interactive, not render, license', label='interactive', default=True )
Cheers,
Dave.