Blender Git Commit Log
Git Commits -> Revision 1634cef
Revision 1634cef by Dalai Felinto (master) February 13, 2017, 17:10 (GMT) |
Immediate Mode: timeline cached frames This involved some refactoring. The original code was relying on a cache of pre-allocated arrays which in turn were still re-populated every redraw loop. We now ditch those arrays, and make the draw "on the fly". Part of T49043 @merwin can you just check if you foresee any performance impact with this approach? |
Commit Details:
Full Hash: 1634cef2b3dece45a015e7f89676942461119b8a
Parent Commit: d4e9c27
Lines Changed: +40, -106
1 Modified Path:
/source/blender/editors/space_time/space_time.c (+40, -106) (Diff)