if you set a global length for all write nodes, you will get all sequences the 
same length.

if you want to disable the write node when it runs out of input frames for 
different sequence lengths within the same script, go to the 'nodes' tab and 
right click on the disable checkbox.

when the menu pops up, choose 'add expression' and enter the following:

frame>input.last

The write nodes should disable themselves when it hits the last input frame.

-or-

Here's a blank write node you can paste into your script:

set cut_paste_input [stack 0]
version 6.3 v7
push $cut_paste_input
Write {
 name Write2
 selected true
 xpos -1554
 ypos 245
 disable {{frame>input.last}}
}



-Best o' luck with it.

Rachel D.

------------------------
[email protected]
www.racheldunn.com



_______________________________________________
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