Blender Git Loki
Git Commits -> Revision 3021bab
Revision 3021bab by William Leeson (master) October 13, 2021, 09:09 (GMT) |
Fix: Stops assert when baking in debug mode. When baking in a debug build running gdb it kept asserting because a GL context was being created outside the main thread. To fix this the patch only creates the GL context is only created for rendering (when it is actually used). Reviewed By: sergey Differential Revision: https://developer.blender.org/D12767 |
Commit Details:
Full Hash: 3021babf38f88a7e8099189ffa84addf84430dfe
Parent Commit: 53af51a
Lines Changed: +32, -11