Skip to content

BatchMode: Fix for missing or unfinished first screenshot

Christoph Fischer requested to merge devel_batchmode_first_screenshot_fix into master

The current setup requires to take the first screenshot when starting the time animation. Screenshots are taken once the rendering pass is completed. So for the first frame, an additional call to updateGL() fixes the issue to also save the first screenshot by updating the scene before advancing.

Merge request reports