Blender Git Commit Log
Git Commits -> Revision 89f4ca6
Revision 89f4ca6 by Brecht Van Lommel (master) February 10, 2007, 23:47 (GMT) |
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. |
Commit Details:
Full Hash: 89f4ca65f2b2325a2dc90f43fc8e283d77482732
SVN Revision: 10067
Parent Commit: 8852d6c
Lines Changed: +24, -49
1 Modified Path:
/source/blender/blenloader/intern/writefile.c (+24, -49) (Diff)