Blender Git Loki
Git Commits -> Revision 20b6f7a
Revision 20b6f7a by Campbell Barton (master) May 5, 2021, 08:07 (GMT) |
Fix PlayAnim error applying cache limiter Each frame display would add an item to the cache limiting list without checking if it was already in the list. Limiting would then free image buffers when the length of the list exceeded USE_FRAME_CACHE_LIMIT (currently 30). In practice this meant short animations would free and reload frames during playback. |
Commit Details:
Full Hash: 20b6f7abb2f7698460c73809fcdcece1e848f176
Parent Commit: 736a7dc
Lines Changed: +20, -7
1 Modified Path:
/source/blender/windowmanager/intern/wm_playanim.c (+20, -7) (Diff)