A recent version of nuke added a flag to do this at startup "--pause".  I
think it was 6.3v7 but it may be in 6.3v6.

I delete the viewer on start in my menu.py.  I think I stole this from a
Diogo or Erik post.

def killViewers():
    for v in nuke.allNodes("Viewer"):
        nuke.delete(v)
nuke.addOnScriptLoad(killViewers)


-deke

On Wed, Apr 4, 2012 at 12:19, Bill Gilman <[email protected]> wrote:

> This has probably been covered before but is there something I can put in
> my menu.py that sets the "pause render" button on automatically?  This 4K
> stuff takes forever to kick in
>
> Thanks
>
> Bill
>
> _______________________________________________
> Nuke-users mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
>
_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to