[Nuke-users] Re: Cycle a value using python?

2012-01-19 Thread GisoSpijkerman
thnks, wasn't aware of that function but found it! ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

[Nuke-users] Re: Cycle a value using python?

2012-01-18 Thread GisoSpijkerman
hmm i got it to work using these values. used [0.3*sin(x+2.5)] on the R and [0.5*sin(x)] on the B thnks though :) Giso ___ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/

Re: [Nuke-users] Re: Cycle a value using python?

2012-01-18 Thread Michael Hatton
I was just going to reply with something similar amplitude*(sin((x*1/frequency)+phaseShift)+verticalShift) On Wed, Jan 18, 2012 at 11:15 AM, GisoSpijkerman nuke-users-re...@thefoundry.co.uk wrote: ** hmm i got it to work using these values. used [0.3*sin(x+2.5)] on the R and

Re: [Nuke-users] Re: Cycle a value using python?

2012-01-18 Thread Howard Jones
you can also just loop any curve if that helps   Howard From: GisoSpijkerman nuke-users-re...@thefoundry.co.uk To: nuke-users@support.thefoundry.co.uk Sent: Wednesday, 18 January 2012, 16:15 Subject: [Nuke-users] Re: Cycle a value using python? hmm i got