Blender Git Commit Log
Git Commits -> Revision 32fd000
Revision 32fd000 by Harley Acheson (master) January 25, 2021, 07:06 (GMT) |
UI: Round-box drawing cleanup The new GPU_SHADER_2D_WIDGET_BASE shader allows us to draw many complex shapes with anti-aliasing. One thing it can do is draw an opaque rounded rectangle with colors that differ between its interior and outline. In order to do the above in a single pass I recently added an "_ex" version of UI_draw_roundbox that exposes most of that shaders features. This simplifies interface_draw.c by removing redundancy in the calling of this shader by using this new uber "_ex" version. Ref D10189 |
Commit Details:
Full Hash: 32fd000b4b144076998ade16debed8dae697dbb5
Parent Commit: 1ac3c86
Committed By: Campbell Barton
Lines Changed: +40, -357