PDA

View Full Version : loop movie texture


farbtopf
16-01-2006, 05:49 PM
hi, I have a 46frame movie texture in maya 6.5 I would like to loop. I already created a massive movie file by pasting and adding the file to itself in quick time. But having a 260mb .mov cannot be the sollution, especially because I need something quite long now.
I tried to modify the expression attached to the frameextension of my texture.
I don't have maya on this machine, but my epression attemt was someting like this:

movie01.framextension = frame;

if (frame < 46)
movie01.framextension = 0;

I tried to tell maya to jump back to the start of my movie after it is done, but It didn't work and I am not relly good with maths (to be precise I am an idiot)

So I'm asking you guys for help and to laugh at my pathetic expression :)

I also put this thread in the mel and programming forum since i didn't really know where it belongs to

thanks for any help!

farbtopf
20-01-2006, 03:33 PM
funny to answer my own question. But the screaming and yelling at the screen finally helped:attn:
So for anyone who has the same problem here is a sollution. The trick is to work without an expressin. So you delete the default expression maya attaches to the frame extension.
Next you keyframe the frame extension, put the first keyframe where you want your clip to start and the last one according to the number of frames your clip has.
Then open the graph editor select the frame extension curve and set it to oscilate or infinity.

have fun

Falott
24-01-2006, 10:19 PM
thx for sharing!

farbtopf
25-01-2006, 10:50 AM
welcome!

telmog
12-02-2020, 05:24 AM
funny to answer my own question. But the screaming and yelling at the screen finally helped:attn:
So for anyone who has the same problem here is a sollution. The trick is to work without an expressin. So you delete the default expression maya attaches to the frame extension.
Next you keyframe the frame extension, put the first keyframe where you want your clip to start and the last one according to the number of frames your clip has.
Then open the graph editor select the frame extension curve and set it to oscilate or infinity.

have fun

SORRY DUDE!

Keyframe the file extension? How the do you do that? and where?