Well, it is also possible to not copy the node but completly expression link it. Then the expression for example for the translate knob is: SOURCENODE.translate(OFLOWNODE.timingFrame) Every knob value in an expression can also take a frame argument.
Best regards, Michael ------------------------------------------ DI (FH) Michael Habenicht Digital Film Compositor & TD http://www.tinitron.de [email protected] ------------------------------------------ ----- Original Message ----- From: [email protected] To: [email protected] Date: 25.07.2012 12:00:12 Subject: [Nuke-users] Re: Copying frame values one node to another, But based on OFlow > Hi Michael, > > Thank you for the fast feedback, I just tried this out this morning and it > works great! I was using curve() completely wrong I assumed I had to put the > path to the node beforehand of the curve I wanted to borrow. Your example > was very clear, hopefully the curve function is enough for me to setup what I > would like to. > > Thanks again. > > -Chris > > > > Michael Habenicht wrote: >> Hi Chris, >> >> retiming based on timewarp or oflow curves is really easy. You only have >> to add this expression to your animated knobs of a node: >> curve(OFLOWNODE.timingFrame) >> >> curve is the default expression which only means take the value of the >> animation curve. But you can add an argument to curve so that it takes >> the value of a certain frame of the animation curve. If we use the >> timingFrame knob of the oflow node as argument then we are doing exactly >> the same with the animation curve what the oflow is doing with the frames. >> >> Best regards, >> Michael >> >> -- >> ------------------------------------------ >> DI (FH) Michael Habenicht >> Digital Film Compositor & TD >> >> http://www.tinitron.de >> [email protected] >> ------------------------------------------ >> >> > > > > > _______________________________________________ > 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
