Blender Git Commit Log
Git Commits -> Revision 2a70c8e
Revision 2a70c8e by Sergey Sharybin (opensubdiv-modifier) May 11, 2014, 17:33 (GMT) |
Fix accidental crashes when changing subdiv level Issue was caused by freeing GLMesh from non-main thread. Since this might invoke OpenGL calls, better to free the mesh from main thread instead. |
Commit Details:
Full Hash: 2a70c8ebe0b9ff53107875ce5b2b0c3719f81396
Parent Commit: a89362a
Lines Changed: +29, -14