Blender Git Loki
Git Commits -> Revision 5fb18b1
March 27, 2015, 13:55 (GMT) |
Avoid clearing the record of cached frames when doing particle trails. This is implemented badly: when using disk caches i reads the *entire* cache from the disk to create the trail. In the process it also clears the cached_frames array, which makes it look like the cache was deleted. |
Commit Details:
Full Hash: 5fb18b1e00f091f74923e8f2de9a88a7887c4b49
Parent Commit: a93d4da
Lines Changed: +31, -25