Blender Git Loki
Git Commits -> Revision 8431e0a
Revision 8431e0a by Clément Foucault (master) May 3, 2018, 09:20 (GMT) |
UI: Fix region_draw_azone_tab_plus missing/broken background. This was due to the background being drawn by a batch that had its VAO generated in the windows "UI" context. Since we use the DRW ogl context to draw the entire area, we have to regenerate the VAO for thoses UI batches to be drawn correctly. |
Commit Details:
Full Hash: 8431e0aab55a597cb3141e02c0d4e03f9fb027c6
Parent Commit: 026792f
Lines Changed: +5, -0
1 Modified Path:
/source/blender/editors/space_view3d/view3d_draw.c (+5, -0) (Diff)