VasAnt Posted January 14, 2019 Share Posted January 14, 2019 Hi, On scattered points, how can we start a counter increment in order to give a condition based on that? Thanks, Vas Quote Link to comment Share on other sites More sharing options...
anim Posted January 14, 2019 Share Posted January 14, 2019 Can you be more specific? You can count points using npoints() function Or just use @numpt Or @ptnum to do something to points based on that Or for loop in Detail to count/accumulate something in order but I have hard time figuring out what you are asking Quote Link to comment Share on other sites More sharing options...
VasAnt Posted January 14, 2019 Author Share Posted January 14, 2019 (edited) Hi Tomas, Thank you for your reply. Sorry for not giving more information about it. So, Im looking for the following. On scattered points, I want to have an attribute value increments on every frame. Thanks, Vas Edited January 14, 2019 by VasAnt Quote Link to comment Share on other sites More sharing options...
anim Posted January 14, 2019 Share Posted January 14, 2019 you can use Solver SOP and inside modify values as you please, next frame (or timestep) will have value from previous iteration so you can do nonlinear updates along the timeline if you need to you can also use CHOPs for some attribute value modification in time or for more predictable updates that don't depend on previous values you can use @Time or @Frame in wrangles to get the current time or frame and base your values of off that 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.