avak Posted October 13, 2019 Share Posted October 13, 2019 Hello, I have a walk cycle want to distribute on a land using instance method, using redshift. how can I make the walkcycle in each instance have a random offset in time? Thanks Quote Link to comment Share on other sites More sharing options...
toadstorm Posted October 13, 2019 Share Posted October 13, 2019 If your walk cycle is written to a .bgeo sequence, you can load the sequence in via a File SOP as a Packed Disk Sequence, and copy that single sequence to every point. From there, you can modify the "index" primitive intrinsic attribute to offset the timing of each copy, using the setprimintrinsic() VEX function. Quote Link to comment Share on other sites More sharing options...
avak Posted October 14, 2019 Author Share Posted October 14, 2019 Thanks. Ok i will try that way. So i can not use the generic instancing method in redshift as same as mantra to control time. 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.