Blender Git Commit Log

Git Commits -> Revision ec0ba8e

Revision ec0ba8e by Julian Eisel (master)
May 25, 2020, 13:52 (GMT)
VR: Fix big performance bottleneck for simple scenes

Blender's main loop puts the main thread to sleep for 5ms if no user input was
received from the OS. We never want that to happen while the VR session is
running, which runs on the main thread too.

For simpler scenes, where the viewport already draws fast, this may have quite
some impact. E.g. in my tests, the classroom scene went from ~55 to quite
stable 90 FPS in solid mode (total render time as measured and averaged by
Windows Mixed Reality utilities). With Eevee, it only went from 41 to 47 FPS.
In complex files, there's barely a difference. E.g. less than 1 FPS increase in
a Spring file (both Solid mode and Eevee).

Commit Details:

Full Hash: ec0ba8e3b5ee2d5f5ef9239641db6550bf5b77b7
Parent Commit: 026eba8
Lines Changed: +6, -1

1 Modified Path:

/source/blender/windowmanager/xr/intern/wm_xr.c (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021