Jump to content

translate points with animation curve


Recommended Posts

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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...