![]() |
Cloth collect / Caching cloth - 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: Cloth collect / Caching cloth (/thread-4869.html) |
Cloth collect / Caching cloth - Findus - 07-17-2025 How do I cache cloth that was split into multiple events without affecting the simulation? When I export a cache in only one of the branches, the cache is empty (particles deactivated, but that shouldn't matter, and if they are exported, the cloth still isn't). It sounds like something that Cloth Collect was intended to do, but it messes with the simulation, as does simply sending all branches to a common event. Some of the split branches have deactivated and object bound particles and it seems like maybe the object bind fails if it's not the last event in a branch. Edit: Endet up using a tyCache modifier for the time being. RE: Cloth collect / Caching cloth - tyFlow - 07-17-2025 It's not clear to me what you're trying to do, but if you put an Export Particles operator in its own event, it'll export all other events, and cloth as well. RE: Cloth collect / Caching cloth - Findus - 07-17-2025 Thanks a lot for your reply! I think I tried that as well, but I'll give it another go and maybe create a test case if it fails. Might take some time, though. RE: Cloth collect / Caching cloth - Findus - 07-22-2025 (07-17-2025, 01:31 PM)tyFlow Wrote: if you put an Export Particles operator in its own event, it'll export all other events, and cloth as well. That worked perfectly, thanks a lot! |