[Nuke-users] OFlow: Source Frame at the current Frame using Speed?

2011-10-25 Thread David Schnee
Does anyone know how to derive the actual source frames on the current frame when using the 'Speed' timing method in OFlow? I'm looking to get a curve to export ascii data of the source frames on the current frame for a range. Cheers, -Schnee -- \/ davids / comp \/ 177 /\ tippettstudio /\

Re: [Nuke-users] OFlow: Source Frame at the current Frame using Speed?

2011-10-25 Thread Ivan Busquets
If it's set to speed, something like this should do it: (frame-OFlow.first_frame) * OFlow.timingSpeed + OFlow.first_frame On Tue, Oct 25, 2011 at 11:43 AM, David Schnee dav...@tippett.com wrote: ** Does anyone know how to derive the actual source frames on the current frame when using the

Re: [Nuke-users] OFlow: Source Frame at the current Frame using Speed?

2011-10-25 Thread David Schnee
Thank you kindly Ivan, this is perfect. I do think it should be included though for any retime tools to return the source frame during 'Speed' timing methods, I'll setup a user tab that does this for ours here. Cheers, -Schnee On 10/25/2011 11:56 AM, Ivan Busquets wrote: If it's set to

Re: [Nuke-users] OFlow: Source Frame at the current Frame using Speed?

2011-10-25 Thread Howard Jones
1000}  test {{(frame-OFlow.first_frame) * OFlow.timingSpeed + OFlow.first_frame}} } From: Ivan Busquets ivanbusqu...@gmail.com To: Nuke user discussion nuke-users@support.thefoundry.co.uk Sent: Tuesday, 25 October 2011, 19:56 Subject: Re: [Nuke-users] OFlow: Source

Re: [Nuke-users] OFlow: Source Frame at the current Frame using Speed?

2011-10-25 Thread Howard Jones
+ OFlow.first_frame}} } From: Ivan Busquets ivanbusqu...@gmail.com To: Nuke user discussion nuke-users@support.thefoundry.co.uk Sent: Tuesday, 25 October 2011, 19:56 Subject: Re: [Nuke-users] OFlow: Source Frame at the current Frame using Speed? If it's set to speed