[Bf-blender-cvs] CVS commit: blender/source/blender/blenloader/intern readfile.c

Ton Roosendaal ton at blender.org
Sat Jul 5 18:41:06 CEST 2003


ton (Ton Roosendaal) 2003/07/05 18:41:05 CEST

  Modified files:
    blender/source/blender/blenloader/intern readfile.c 
  
  Log:
  - 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.
  
  Revision  Changes    Path
  1.11      +8 -29     blender/source/blender/blenloader/intern/readfile.c



More information about the Bf-blender-cvs mailing list