Abelius Hi, This should be easy to do, but I'm unable to do it without some serious pain. I just want, in an animation, that a path constraint loops from 0 to 100 two times. Is this even possible? Thank you.
Nate I assume your path is closed and the path constraint uses Percent positioning. Key path constraint position to 0% on the first frame (zero). Key path constraint position 200% on the last frame (you'll probably need to type it).
Abelius Nate yazdıI assume your path is closed and the path constraint uses Percent positioning. Key path constraint position to 0% on the first frame (zero). Key path constraint position 200% on the last frame (you'll probably need to type it). Oooh... okay. :p My logical mind prohibited me from even considering a 100+ percentage value. :rofl: Thank you.