Group modulo n points

   3103   2   0
User Avatar
Member
383 posts
Joined: June 2010
Offline
How can I group each nth point in sops ?
I guess some kind of $PT modulo N but I cant find any fitting examples ..
www.woogieworks.at
User Avatar
Member
383 posts
Joined: June 2010
Offline
Figured it out, but still have a problem.
With filter expression $PT % 20 in the group sop i can remove every nth point in a flip simulation, but why does the pointnumber of each particle change each frame ?
I want to decimate the particles in a flip simulation without too much flickering.
www.woogieworks.at
User Avatar
Member
383 posts
Joined: June 2010
Offline
Figured that one out too .. found the Add ID Attribute in the flip solver and used @id % 10 == 0 as grouping pattern.
www.woogieworks.at
  • Quick Links