nuke.executeMultiple()

Hi,

i have 2 write nodes in my script named Write1 and Write2. I am trying to execute those nodes using the following python line:

Code:

nuke.executeMultiple(('Write1', 'Write2'), ((1,5,1),(10,14,1)))


Nuke crashes to the desktop with a kernel protection failure.
OSX10.6.4 Nuke6.0v3
Am i doing something wrong with the code? Or can anybody confirm this?
And secondly, as its not working i dont know if this command will give me what i want in the first place.
I want the first write node to be executed using the first frame range and the second write node using the second frame range. Is this the correct python command for doing this or am i on the wrong track?

No Responses to “nuke.executeMultiple()”

Post a Comment