garf Posted May 20, 2020 Share Posted May 20, 2020 Is there a way to get an age and id attribute from continuously emitted vellum, like confetti? Quote Link to comment Share on other sites More sharing options...
Atom Posted May 20, 2020 Share Posted May 20, 2020 AFAIK, the standard vellum setup does not accept animated input, so @age is simply the frame number. You can assign an @id to the primitives and the solver will pass it through. Then you could post-sim process using a for loop to operate on each piece. Here is Matt's setup with that modification. ap_me_vellum_confetti_052020.hiplc Quote Link to comment Share on other sites More sharing options...
anim Posted May 20, 2020 Share Posted May 20, 2020 to get age, you can add POP Wrangle in your sim with something like: f@age += @TimeInc; Quote Link to comment Share on other sites More sharing options...
garf Posted May 22, 2020 Author Share Posted May 22, 2020 (edited) thanks Edited May 22, 2020 by garf 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.