Blender Git Loki
Git Commits -> Revision 38e2094
Revision 38e2094 by Ton Roosendaal (master) July 5, 2003, 16:41 (GMT) |
- fixed slow file reading of vertex deform groups. found out that per vertex, per deform group, a heavy function was called to get an address from a huge array. that address even didnt exist, was not written in the file... just removing the code makes .blend file reading happy again. check it by parenting a 40k vertex mesh, to an armature with "use armature" and "create vertex groups". save and load file. |
Commit Details:
Full Hash: 38e20946c3ac058676b4a8515d446085ba3e7d5e
SVN Revision: 981
Parent Commit: d4d09cb
Lines Changed: +7, -28
1 Modified Path:
/source/blender/blenloader/intern/readfile.c (+7, -28) (Diff)