tyFlow Forum
How to save last simualtion frame - 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: How to save last simualtion frame (/thread-4718.html)



How to save last simualtion frame - dv2000 - 03-11-2025

Hi,
We have a scene where a  lego bus gets destroyed.  Anyway to save some damage lest say at frame 500  then do more animation but start another simulation from that frame 500?


RE: How to save last simualtion frame - d4rk3lf - 03-11-2025

- Create new TyFlow.
- Add Birth Flow operator and reference your first flow
- Type 500 in the frame parameter

Then you do whatever you want next... Birth flow will inherit anything that is selected within it.

Personally, it's one of my favorite possibilities of tyflow - ability to just gather information from previous sim, and continue with some other sim in new TyFlow.
It's especially powerful option in conjunction with Flow update operator.


RE: How to save last simualtion frame - dv2000 - 03-12-2025

(03-11-2025, 07:17 PM)d4rk3lf Wrote: - Create new TyFlow.
- Add Birth Flow operator and reference your first flow
- Type 500 in the frame parameter

Then you do whatever you want next... Birth flow will inherit anything that is selected within it.

Personally, it's one of my favorite possibilities of tyflow - ability to just gather information from previous sim, and continue with some other sim in new TyFlow.
It's especially powerful option in conjunction with Flow update operator.

Thank you!