Per event cache - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Feature Requests (https://forum.tyflow.com/forum-4.html) +--- Thread: Per event cache (/thread-177.html) |
Per event cache - gandhics - 04-06-2019 This is the case. I have a even which fractures mesh. Then, I do something else. As of now, every time when I do something, the whole flows are re-evaluated. If I can cache(or lock) the Fracture event in memory(or file) That would be good. RE: Per event cache - tyFlow - 04-06-2019 Use cascading flows for this. Setup flow#1 with your fractured geometry. Then setup flow#2 which chooses flow#1 in a Birth Flow operator. Now you don't have to wait for the fracture to re-evaluate, each time you change flow#2. |