Hello,
I am trying to render a series of nodes with multiple frames to .geo files.
Below is my current setup.
if I render the geometry nodes one by one they work,
however I am unable to render everything as one sequence.
The order is important, It needs to render out Level -1 completely before moving on to the Level 0 and so on.
Note that each Level has a different amount of frames to render.
I have tried a couple of things, like Batch nodes and other things,
but this my first time to work in this context and I can't seem to find a tutorial on this topic very easily.
If I render the "OUT_GEO" node it gives me the complete output of Level -1, but it stops afterwards.
If I put a Batch node after each switch it gives me the complete output of Level-1 and the first frame of the other levels that are enabled.