09-09-2022, 07:17 PM
Your gravity is ahead of your Property Test, so here's probably what's happening:
1) Gravity adds x amount of downward velocity to particles
2) With that much downward velocity, no/few particles qualify for the Property Test condition
3) Particles then hit the collider and stop
4) The Display Data operator then correctly relates that at the end of the time step, the particles have little/no velocity.
So it's a setup issue...just put your Property Test first in the event.
1) Gravity adds x amount of downward velocity to particles
2) With that much downward velocity, no/few particles qualify for the Property Test condition
3) Particles then hit the collider and stop
4) The Display Data operator then correctly relates that at the end of the time step, the particles have little/no velocity.
So it's a setup issue...just put your Property Test first in the event.