revelationsr Posted September 17, 2021 Share Posted September 17, 2021 Hello So we all know the mix node in a point vop. If you feed in two sets of point positions. Then adjust the mix. You basically created a blend shape between the to positions. Well. What if you have several position. So I have a animation. I save the position of the last 5 frames. How would I setup a mix to run across those 5 positions. For example 0% = current frame 20%=frame -1 40% =frame -2 and so on...... So I can paint an attribute and have different parts of the animation lag behind by different amounts. Cheers Quote Link to comment Share on other sites More sharing options...
ThomasPara Posted September 17, 2021 Share Posted September 17, 2021 Many ways to accomplish this, do you want to offset one position, or a "time-shifted" animation? Quote Link to comment Share on other sites More sharing options...
revelationsr Posted September 17, 2021 Author Share Posted September 17, 2021 In the simplest terms. I have a polygon. 4 points. Point 1 = current frame point 2 = frame -1 point 3 = frame -2 point 4 - frame - 4 So. I use a timeshifts to create attributes that stores the point position for frames -4 to current. Quote Link to comment Share on other sites More sharing options...
Ultraman Posted September 17, 2021 Share Posted September 17, 2021 3 hours ago, revelationsr said: In the simplest terms. I have a polygon. 4 points. Point 1 = current frame point 2 = frame -1 point 3 = frame -2 point 4 - frame - 4 So. I use a timeshifts to create attributes that stores the point position for frames -4 to current. what about "spline " Function doesn't help? https://www.sidefx.com/docs/houdini/vex/functions/spline.html Quote Link to comment Share on other sites More sharing options...
revelationsr Posted September 17, 2021 Author Share Posted September 17, 2021 1 hour ago, Ultraman said: what about "spline " Function doesn't help? https://www.sidefx.com/docs/houdini/vex/functions/spline.html Boom! perfect. I knew there had to be something. Thank you 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.