Start rendering after sim finished

Hi,

Would be nice to have “start rendering after my sim finished” checkbox. Good for overnight sim and render. :slight_smile:

Regards,

Chen

Hey,

It’s there :slight_smile: Check ‘Use Script’ on the Simulation panel and check the ready code in OnSimulationEnd() and OnNewFrame() - the first will render with the render settings you set in max after the sim finishes, and the second one will render a single frame after each simulated frame, so if your simulation turns out too long, you will still have some images done too :slight_smile:

Cheers!

the script is actually existing in the template that is created by default, just have to uncomment it

very nice! I knew this must be something that already exit, as always