Assuming your read node is called "Read1", something like this in a disable knob should do it:
frame > Read1.last_frame || frame < Read1.first_frame Or, if the node you want to turn on/off is downstream from the Read node that sets the framerange, just this: frame > last_frame || frame < first_frame On Wed, Apr 6, 2011 at 4:10 PM, David Schnee <[email protected]> wrote: > How can I do this? If I have a range of frames say from 17-84, and I > 'start at' 50, need to animate another node to turn ON on frame 50, and then > OFF on frame 118. Is there an expression I can use to automate this? (If > it's uses first and last frame, it would need include any time offsets or > start at frame inputs along with it) > > Cheers, > -Schnee > > -- > > \/ davids / comp \/ 177 > /\ tippettstudio /\ imo > > > _______________________________________________ > Nuke-users mailing list > [email protected] > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users > >
_______________________________________________ Nuke-users mailing list [email protected] http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
