Blender Git Commit Log
Git Commits -> Revision ee03a99
Revision ee03a99 by Brecht Van Lommel (master) July 13, 2010, 13:31 (GMT) |
Fix #20461: deleting VBO's from threads used for rendering or baking would crash, as OpenGL can't be called from these. Now deleting VBO's is delayed until the next redraw in the main thread. |
Commit Details:
Full Hash: ee03a99695a2eaff6dbc323dcabb44e759f64099
SVN Revision: 30268
Parent Commit: f533a70
Lines Changed: +56, -34