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