Blender Git Loki
Git Commits -> Revision 281f4eb
Revision 281f4eb by Sergey Sharybin (master) August 8, 2015, 17:54 (GMT) |
SPeedup for particle point cache reading Order of saving and reading particle point cache was totally different which made newdataadr() falling back to full data block list traversal for every point cache entry. This commit makes it so reading code uses the same order of reading structs and lists ad the writing code. This required to add special version of list linking which is capable of running a callback after linking a list element. This seems to be more robust approach than splitting writing code into several loops. |
Commit Details:
Full Hash: 281f4eb964c3cbb84967f4318e5c16ac68fd4a3c
Parent Commit: e1cea53
Lines Changed: +45, -32
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+45, -32) (Diff)