Re: [Nuke-users] time off sets with spacial offsets in the transform node

2014-03-06 Thread adam jones
ok yes that makes sense, I got confused because the static value increases another value, so getting it in the right order is the key, I got thrown when I tried to get the first part of it evaluated first then apply the time off set but it errored thanks frank will try tomorrow. -adam On

Re: [Nuke-users] time off sets with spacial offsets in the transform node

2014-03-05 Thread Frank Rueter
have you tries using parentheses to ensure the time offset is applied before your division? curve * parent.Transform_MatchMove9.lag / (lagOff00(frame+parent.Transform_MatchMove9.timeOff00)) On 3/5/14, 7:44 PM, adam jones wrote: Hey all I want to be able to offset a translation in a

Re: [Nuke-users] time off sets with spacial offsets in the transform node

2014-03-05 Thread adam jones
same issue as with out the extra parentheses, it just disregards the time off set. -adam On 06/03/2014, at 9:58 AM, Frank Rueter fr...@beingfrank.info wrote: have you tries using parentheses to ensure the time offset is applied before your division? curve * parent.Transform_MatchMove9.lag

Re: [Nuke-users] time off sets with spacial offsets in the transform node

2014-03-05 Thread adam jones
script included. time_offSet_script_example_v001.nk Description: Binary data On 06/03/2014, at 9:58 AM, Frank Rueter fr...@beingfrank.info wrote: have you tries using parentheses to ensure the time offset is applied before your division? curve * parent.Transform_MatchMove9.lag /

Re: [Nuke-users] time off sets with spacial offsets in the transform node

2014-03-05 Thread Frank Rueter
lagOff00 holds a static value, so I'm not sure what the time offset is meant to achieve? On 3/6/14, 1:17 PM, adam jones wrote: script included. On 06/03/2014, at 9:58 AM, Frank Rueter fr...@beingfrank.info wrote: have you tries using parentheses to ensure the time offset is applied

Re: [Nuke-users] time off sets with spacial offsets in the transform node

2014-03-05 Thread adam jones
the lag is for increasing the spacial translation in y and then the time off set is to offset the whole translation back in time to create a wave like motion from the original track. it might be an arse about tit way of doing it but work with the time offset nodes but I need to bake out key

Re: [Nuke-users] time off sets with spacial offsets in the transform node

2014-03-05 Thread Frank Rueter
I was just saying that your expresison is applying a time offset to a static value, hence there is no change. If you want to time offset the whole value (including curve as that is the only bit that changes over time), try something like this (not sure if that gives you what you are after, but

[Nuke-users] time off sets with spacial offsets in the transform node

2014-03-04 Thread adam jones
Hey all I want to be able to offset a translation in a transform node. I am currently doing this for x curve(frame+parent.Transform_MatchMove9.timeOff00) and what I am using in the x value applies the time offset but being I want to apply a spacial off set to the y transform along with the