Hi,
Would be nice to have “start rendering after my sim finished” checkbox. Good for overnight sim and render. ![]()
Regards,
Chen
Hi,
Would be nice to have “start rendering after my sim finished” checkbox. Good for overnight sim and render. ![]()
Regards,
Chen
Hey,
It’s there
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 ![]()
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