Blender Git Commit Log
Git Commits -> Revision b98c7bc
Revision b98c7bc by Antonis Ryakiotakis (master) March 31, 2015, 09:42 (GMT) |
Fix T44077 material update fails in textured mode when VBOs are off. The issue has been here since we changed drawing code for meshes to use vertex arrays instead of immediate mode when VBO was off. Basically we should now always invalidate the GPU objects regardless of the VBO setting in the preferences. The bug has been there since 2.73 at least, but what made it apparent now is that new version resets preferences and as an extension the VBO flag. Should be included in final 2.74 release |
Commit Details:
Full Hash: b98c7bcf3a6473491f116aefa1a82f45d28d3451
Parent Commit: 4153ff3
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/render/render_update.c (+2, -2) (Diff)