Blender Git Commit Log
Git Commits -> Revision 54743db
Revision 54743db by Jeroen Bakker (master) March 13, 2020, 08:28 (GMT) |
DeformMod: Performance by reusing buffers The Deform modifiers was reallocating buffers that only fit the vertices of the inner loop. This patch first counts the maximum needed buffer and allocates one. When using the daily dweebs animation file the playback performance went from 0.66 fps to 0.93 fps. Reviewed By: sybren Differential Revision: https://developer.blender.org/D7132 |
Commit Details:
Full Hash: 54743dbf09323cffafb04b5c6c64d15941b63108
Parent Commit: 1f0b21e
Lines Changed: +13, -9
1 Modified Path:
/source/blender/modifiers/intern/MOD_surfacedeform.c (+13, -9) (Diff)