View Single Post
# 3 01-03-2003 , 05:28 PM
kbrown's Avatar
Moderator
Join Date: Sep 2002
Location: London, UK
Posts: 3,198

Originally posted by Sir-Avalon
Hi!
Well, just go in the hypergraph and select the last keyframe...
Right click and then Curves --> Post Infinite --> Cycle

cheers!

I believe this doesn't work for motion paths. What you could do is to use expressions. Put your satellite planet where ever you want but place it's pivot in the center of the "host" planet. Then write expression to the planets y rotation. Quick example:

Code:
int $revsPerAnim = 1;
int $animeLength = 300;

yourSatellitePlanet.rotateY = frame * ($revsPerAnim * 360)/$animLength;


Kari
- My Website
- My IMDB

Do a lot, Fail a lot and Learn a lot!