![]() |
Select all particles of a cloth object? - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: Select all particles of a cloth object? (/thread-4966.html) |
Select all particles of a cloth object? - davius - 10-01-2025 I am doing some testing on TyFlow with cloth. In my flow, I am doing a Surface Test that sends particles to a new event. When they return true, I am displaying them as a green sprite, like in the image. What I'd like to happen is - as soon as one (or more) particles turn true by the surface test, ALL particles that are part of the same cloth object, also turns true, like on the second image. Is that possible? Thanks! RE: Select all particles of a cloth object? - tyFlow - 10-01-2025 Yes, you can use a Cloth Collect operator for that - place it in an event with at least one cloth particle and it will bring in all other particles of the same cloth. |