Blender Git Commit Log
Git Commits -> Revision 1fc1fd8
Revision 1fc1fd8 by Mike Erwin (master) August 23, 2016, 03:39 (GMT) |
OpenGL: draw area resize handle with new immediate mode The little grabby handle in the corner of an area. Now uses 1 draw call instead of 6. Also one version of the (+) icon to show a hidden region. Why do we have multiple versions of this? Fixed a harmless signed/unsigned error. Fixed a GL state error that prematurely disabled blending. Added imm_draw_filled_circle function, which can be used for drawing other widgets. Work toward T49042 and T49043 |
Commit Details:
Full Hash: 1fc1fd837209d31608dbb89ff90ddb31ed89107c
Parent Commit: 069569f
Lines Changed: +84, -47