MENOZ Posted March 29, 2008 Share Posted March 29, 2008 hello. i'm trying to do a simple thing.. but i need the right expression to do it i use chf() into a point sop, to translate my points. i use this expression chf("../null1/master", $PT-$FF) ok it seems to work, but i want that my animation curve repeat itself along the time.... is there a way with the expression? is there a way to do the same thing with a chop network? maybe using a lookup chop? i post the hip so you can better understand what is my problem. thanks! pulse_loop.hipnc Quote Link to comment Share on other sites More sharing options...
petz Posted March 29, 2008 Share Posted March 29, 2008 try using chf("../null1/master", $PT-$FF%35). petz Quote Link to comment Share on other sites More sharing options...
MENOZ Posted March 30, 2008 Author Share Posted March 30, 2008 petz- thank you! but i want that my curves be consecutive. i found a solution that do the work. chf("../null1/master", (-$PT+$FF)%26) it's possible use a chop to do this? i mean, read the value of the curve and use it to translate my points? thank you! Quote Link to comment Share on other sites More sharing options...
petz Posted March 30, 2008 Share Posted March 30, 2008 you can use a geometry-chop to read in the point position of any curve. inside chops you can then do what you need to. with export in chop - or channel in sop - context you can translate your initial points. or just use a wave inside chops to animate your curve. hope that helps. petz Quote Link to comment Share on other sites More sharing options...
MENOZ Posted April 9, 2008 Author Share Posted April 9, 2008 hello, i post the solutions i found to shape and move my curve. cheers pulse_loop.hipnc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.