Blender Git Commit Log

Git Commits -> Revision b5c1828

Revision b5c1828 by Julian Eisel (master)
December 14, 2021, 14:23 (GMT)
Fix T93649: Blender freezes when saving with active VR session

Dead-lock when VR viewport drawing and depsgraph updates would fight for
the draw-manager GL lock. This didn't usually cause issues because the
depsgraph would be evaluated at this point already, except in rare
exceptions like after file writing.

Fix this by ensuring the XR surface gets its depsgraph updated after
handling notifiers, which is where regular windows also do the depsgraph
updating.

Commit Details:

Full Hash: b5c18288f5bdcc95ac012a1ee32d1e2859a97779
Parent Commit: 5cce689
Lines Changed: +43, -7

4 Modified Paths:

/source/blender/windowmanager/intern/wm_event_system.c (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_surface.c (+12, -0) (Diff)
/source/blender/windowmanager/wm_surface.h (+5, -0) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+23, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021