Simply Maya User Community

Simply Maya User Community (https://simplymaya.com/forum/index.php)
-   Animation (https://simplymaya.com/forum/forumdisplay.php?f=14)
-   -   Endless motion path? (https://simplymaya.com/forum/showthread.php?t=4103)

StoopidDonky 20-02-2003 01:19 PM

Endless motion path?
 
Im trying to animate and object flowing along a nurbs circle, via motion paths. However, it stops after making one round/loop. How would i do so that it keeps on going around, and *never* stops? Im trying to acheive a satalite/planet kind of effect. Thanks!

Sir-Avalon 01-03-2003 04:54 PM

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

cheers!

kbrown 01-03-2003 05:28 PM

Quote:

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;



All times are GMT. The time now is 04:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Simply Maya 2018