Blender Git Loki
Git Commits -> Revision 089ff4a
July 2, 2020, 06:51 (GMT) |
Fix T77830: Crash in VR session when opening material preview Draw-manager mutex has to be set before activating OpenGL/GPU context. Otherwise, parallel jobs (like preview rendering) may try to activate the context from another thread. Also: Use WM wrappers for activating/releasing OpenGL context, which have an additional assert check. Suggest to backport this for 2.83.1. |
Commit Details:
Full Hash: 089ff4a1ddedae0974f8deec49dad436bb1523d9
Parent Commit: 91b455c
Committed By: Jeroen Bakker
Lines Changed: +21, -4