I feel stupid:

I'm trying to launch a simple background render via python and keep failing. Here is some example code (following the help and the code in renderdialog.py):

write = nuke.toNode('Write1')
nuke.executeBackgroundNuke(nuke.EXE_PATH, [write], nuke.FrameRanges('1-10'), ['main'], {'maxThreads':2, 'maxCache':4096})


The render thread starts, then stops saying there are errors, but nothing shows up in the error console or the terminal.

What am I missing?

Cheers,
frank
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to