Blender Git Commit Log
Git Commits -> Revision ba9fac0
Revision ba9fac0 by Lukas Toenne (master) November 29, 2011, 19:50 (GMT) |
Fix for errors in node line drawing on some Intel hardware (bug #29427). This seems to be caused by a driver bug that breaks GL_LINE_STRIP drawing in combination with color changes inside the begin/end block. Simply replacing by GL_LINES seems to fix the problem and should not cause trouble for this small amount of drawing. There has been a comment on the bug tracker about similar issues with drawing in logic buttons, this should be checked as well (Note on the bf-committers ML). |
Commit Details:
Full Hash: ba9fac019237918d8066a54bf8de160b211fcc97
SVN Revision: 42266
Parent Commit: 9d9fbae
Lines Changed: +17, -7
1 Modified Path:
/source/blender/editors/space_node/drawnode.c (+17, -7) (Diff)