![]() |
I want to make the most recent particle group generate lines, but the result is not c - 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: I want to make the most recent particle group generate lines, but the result is not c (/thread-661.html) |
I want to make the most recent particle group generate lines, but the result is not c - cgdvs - 05-20-2019 I want to make the most recent particle group generate lines, but the result is not correct. Help me see where the problem is? RE: I want to make the most recent particle group generate lines, but the result is not c - tyFlow - 05-20-2019 Try putting the spline paths operator in both events. Right now your group 2 particles are never sent to the spline paths operator, so there's no matches found in the spline paths object during processing. RE: I want to make the most recent particle group generate lines, but the result is not c - cgdvs - 05-20-2019 Thank you, Tyson The problem is solved. |