Blender Git Commit Log
Git Commits -> Revision 117d110
Revision 117d110 by Ton Roosendaal (master) November 24, 2010, 16:34 (GMT) |
Bugfix #24847 When report error was drawn in info header, using border select or paint brushes flickered. Was caused by Triple Buffer method not checking for correct redraw case. Also made report redraws less aggressive, it was drawing the info header all over with 50 FPS for 10 seconds. Made it 20 FPS, and added code to only send notifiers for actual changes. As todo note for future: animated UI options could get better caching to cope with slower refreshes. |
Commit Details:
Full Hash: 117d11021e76ba9db61a3fb626eb0c9995a88c89
SVN Revision: 33289
Parent Commit: 0daee3b
Lines Changed: +18, -8