Mikey Posted October 15, 2020 Share Posted October 15, 2020 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. Quote Link to comment Share on other sites More sharing options...
Librarian Posted October 16, 2020 Share Posted October 16, 2020 Hm Hope It Helps ! I have This Just replace with your Instance ODforce FUn.hiplc Quote Link to comment Share on other sites More sharing options...
Mikey Posted October 17, 2020 Author Share Posted October 17, 2020 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. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.