After using the "Rasterize" operator to normalize and arrange particles, the particle
#1
Hi,Tyson!

After using the "Rasterize" operator to normalize and arrange particles, some particles are removed.
But the particle ID has not changed. If you use the "Sort" operator to change the particle ID, the ID number of the particle will still retain the original ID number. Is this problem considered a "bug"?


Attached Files Thumbnail(s)
   

.max   tyflow_ID_test.max (Size: 796 KB / Downloads: 9)
  Reply
#2
That's not a bug, no. The Sort operator will sort IDs, but not change them.

So if you have these IDs:

Code:
12 5 0 1

It will sort them as:

Code:
0 1 5 12

but not as:

Code:
0 1 2 3
  Reply
#3
Okay, can an option be added after using "Rasterize" to rearrange the ID numbers of particles by quantity?
  Reply


Forum Jump: