Community
Maya Programming
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya SDK topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to loop image sequence in maya?

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
7419 Views, 4 Replies

How to loop image sequence in maya?

 

Hi 🙂 I wanna ask you guys something!

How can I loop image sequence in maya?

I found some solutions about the problem.

One of the solution was "image.file.frameExtension = frame % image sequnce length"

But it didn't work T_T 

 

My scene is from 101 to 216 and Image sequence is from 101 to 142

So I did edit expressions of the image sequence like below.

 

image.file.frameExtension=frame

 

if (frame>143)

image.file.frameExtension=frame%42;

 

In this way, frame of the image sequence became 0 in 143 frame of the scene

I thought It will be 101 in 143 frame  

 

Furthermore, I wanna know what % means. I can't understand its role.

Give me other solutions pleaseeeee T_T 

 

* Sorry for my poor English. I hope you understand 

 

4 REPLIES 4
Message 2 of 5
haggi_master
in reply to: Anonymous

if (frame>143)

image.file.frameExtension=frame%42 + 101;

 

This way the frameExtension goes from 101 to 142.

Message 3 of 5

file3.frameExtension=fmod(int(frame/2),30);

 

For a sequence that is 30 frames long starting at 0 and ending on 29

Message 4 of 5
anatoliiCD3WB
in reply to: Anonymous

And autodesk again...

Just add the button!
Add such ceckbox!

It is so simple for you.
Why people must search for hours fot this solution??
What the problem to add just a checkbox "loop" and thats it?
You doing it for people or for who?

Message 5 of 5
franjazupe
in reply to: anatoliiCD3WB

I've been waiting for the LOOP checkbox for 10 years now.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report