Blender Git Commit Log

Git Commits -> Revision afa4b85

Revision afa4b85 by Janne Karhu (master)
September 27, 2010, 09:58 (GMT)
Fixed: Showing pointcached frames in the timeline was terribly slow when using disk cache.
* The existence of cached frames was checked each frame causing hundreds of disk operations per frame update.
* Pointcache now keeps an updated array of the cached frames for fast "frame exists in cache" queries.
* This fix also speeds up some other pointcache operations nicely.

Commit Details:

Full Hash: afa4b855caa874d32d0cd0e02524846da58628c1
SVN Revision: 32147
Parent Commit: 03c65a0
Lines Changed: +106, -4

4 Modified Paths:

/source/blender/blenkernel/intern/pointcache.c (+92, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/space_time/space_time.c (+11, -4) (Diff)
/source/blender/makesdna/DNA_object_force.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021