I got geometry, i fill it with physX particles (100 frames) and I want to set it all as the initial position. How to do that? i dont want every time recalculate that time
That's what the Birth Flow operator is for.
09-20-2019, 03:31 AM
(This post was last modified: 09-20-2019, 03:32 AM by tyFlow.)
If you want a disk-based initial state, you can tyCache out frame 100 of your first flow and then clamp the tyCache object range to 100-100 (so its frozen on the frame you want), then import the tyCache with a Birth Flow.
If you want a memory-based initial state, just do what you already did and just hide the first flow. It won't need to be recomputed until you either change one of its input objects or reload the max file.
In both scenarios, Birth Flow is the answer.