1

How can I determine the exact Phase Multiplier for an sine/cosine F-Curve modifier so that my animation ends up in the exact beginning location on the last frame of my animation? I want to be able to then have a looping video where there is no location-jerk between last frame and repeat of the video. I have something close on the 200 frame sequence, but it is not exact. It would be nice if I could add a Cycles with offset to the modifier stack, but no luck.

enter image description here

james_t
  • 5,446
  • 8
  • 29

1 Answers1

2

you can use a driver for this.

Formula:

sin(pi/100*frame)

enter image description here

Chris
  • 59,454
  • 6
  • 30
  • 84