tyFlow Forum
After using the "Rasterize" operator to normalize and arrange particles, the particle - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html)
+--- Thread: After using the "Rasterize" operator to normalize and arrange particles, the particle (/thread-4631.html)



After using the "Rasterize" operator to normalize and arrange particles, the particle - cgdvs - 01-13-2025

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"?


RE: After using the "Rasterize" operator to normalize and arrange particles, the particle - tyFlow - 01-13-2025

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



RE: After using the "Rasterize" operator to normalize and arrange particles, the particle - cgdvs - 01-13-2025

Okay, can an option be added after using "Rasterize" to rearrange the ID numbers of particles by quantity?