Jump to content

point counter


VasAnt

Recommended Posts

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

Link to comment
Share on other sites

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 by VasAnt
Link to comment
Share on other sites

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

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...