Jump to content

Cycling instancefile sequences


Mikey

Recommended Posts

Hello everyone,

I am looking for advice how to cycle an animation of my instancefile sequences. Right now this is how I instance my files (see below), I assume I could create some sort of range for the animation, and if the frame goes over a certain number, it jumps back to the first.

Any advice would be appreciated. 

 

int Frms = @Frame - @startFrame; 

string frames = itoa(Frms); 
string suffix = ".rs"; 

s@instancefile = "$hip/rsproxies/guy_mesh_2." + frames + suffix;

 

I am using redshift proxies and a @startFrame integer to offset each of the animations on points.

 

Thank you.


 

 

 

Link to comment
Share on other sites

Thanks for you input, Librarian.

Cool solution, but I kind of need to use a redshift proxy sequence.

But managed to come up with a solution of setting a timer which activates every few hundred frames (the length of animaton) for one frame and then the sequence gets set back to zero.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...