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

Brecht Van Lommel brechtvanlommel at pandora.be
Sun Feb 11 00:47:31 CET 2007


blendix (Brecht Van Lommel) 2007/02/11 00:47:31 CET

  Modified files:
    blender/source/blender/blenloader/intern writefile.c 
  
  Log:
  Fix for bug #5910:
  Saving in sculpt mode with partial visibility would give "not enough
  diskspace" errors. That wasn't the error at all though, but blender
  gives this diskspace error message on any error (this is for another
  commit to fix though).
  
  The cause of the error was that with partial visibility it saved the
  MEdge and MFace arrays as if they had the full length, which is not
  the case, so it was reading past the end of the array. I added an
  exception for these.
  
  Also removed the oldstyle tface saving, this was only there to provide
  temporary upward compatibility until release.
  
  Revision  Changes    Path
  1.98      +25 -50    blender/source/blender/blenloader/intern/writefile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenloader/intern/writefile.c.diff?r1=1.97&r2=1.98&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list