Blender Git Commit Log
Git Commits -> Revision 3fb8d5a
Revision 3fb8d5a by Lukas Toenne (alembic_pointcache) February 17, 2015, 13:27 (GMT) |
Optimization for particle path cache reading. The pathcache data structure is really not very good. Using pointers to small per-particle arrays leads to fragmentation and unnecessary pointer indirection. With the new optimizations walking over this buffer is a bit faster, but still not close to how fast Alembic could deliver the data. |
Commit Details:
Full Hash: 3fb8d5a99a2825c37710638105c605403bcac334
Parent Commit: deeb09a
Lines Changed: +37, -107
1 Modified Path:
/source/blender/pointcache/alembic/abc_particles.cpp (+37, -107) (Diff)