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