Blender Git Commit Log
Git Commits -> Revision 3cc8b35
Revision 3cc8b35 by Germano Cavalcante (master) January 26, 2018, 22:42 (GMT) |
Speed up a little drawing of UVs in the Image Editor In my tests the previous loop was running in 200 ms. With this change it now runs in 17 ms. The difference in the end is still not great because the `draw_uvs_lineloop_bmface` function is called for each face and has an ImmBegin and ImmEnd in the function itself |
Commit Details:
Full Hash: 3cc8b356991b53dc8e3df67db733bbc5961ab05f
Parent Commit: 492145f
Lines Changed: +45, -42
1 Modified Path:
/source/blender/editors/uvedit/uvedit_draw.c (+45, -42) (Diff)