Blender Git Commit Log
Git Commits -> Revision f54776b
Revision f54776b by Brecht Van Lommel (master) December 9, 2009, 14:37 (GMT) |
VBO: * Fix #19785: curves not drawing with VBO enabled * Fix #19553: duplicate Window crashes with VBO's The convention in Blender was to have GL_VERTEX_ARRAY and GL_NORMAL_ARRAY enabled by default, and other arrays disabled. The VBO drawing code did not take this into account. I've made these now disabled by default, since that makes the code clearer in other places too. |
Commit Details:
Full Hash: f54776b1a677a8650cf3c18111643c0379c51724
SVN Revision: 25243
Parent Commit: 5dd68e8
Lines Changed: +28, -28