Blender Git Loki
Git Commits -> Revision 5f3fdee
Revision 5f3fdee by Clément Foucault (master) January 11, 2019, 15:00 (GMT) |
UVEdit: Port batches to batch request This is in order to allow more spaces to have their batches created at the same time and sharing the batches. This is part of the effort fo making the drawing code more optimized. This commit however should not introduce any difference. This commit bypass the aspect ratio correction for angle stretch display but this should be fixed in the next commit. |
Commit Details:
Full Hash: 5f3fdee53a3e2716013147029e6da9e90e2c8ba8
Parent Commit: 86ec304
Lines Changed: +303, -343
5 Modified Paths:
/source/blender/draw/intern/draw_cache_impl.h (+7, -13) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+249, -284) (Diff)
/source/blender/editors/include/ED_uvedit.h (+2, -0) (Diff)
/source/blender/editors/uvedit/uvedit_draw.c (+45, -43) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+0, -3) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+249, -284) (Diff)
/source/blender/editors/include/ED_uvedit.h (+2, -0) (Diff)
/source/blender/editors/uvedit/uvedit_draw.c (+45, -43) (Diff)
/source/blender/editors/uvedit/uvedit_intern.h (+0, -3) (Diff)