Blender Git Loki
Git Commits -> Revision 1886872
Revision 1886872 by Campbell Barton (master) April 12, 2008, 10:55 (GMT) |
simple fix for "Unable to make version backup" warning when saving files. missing a return. For *nix sustems, recent physics pointcache refactor uses stdio.h's remove() rather then system("rm -f ...") for removing files, since it was a lot slower for removing pointcache. Ton used the system command because there was some problem using remove() ~6years back, but he cant remember why, (maybe its not a problem now) Simple error, remove wasn't returning a value, but keep an eye out for problems removing files, and if anyone can reproduce the "Unable to make version backup" problem when saving, we should look into it. Also added a note about using # in the output path for blenders command line help text. |
Commit Details:
Full Hash: 188687208968d95e57c6560f28da7b76aac1d574
SVN Revision: 14390
Parent Commit: 4bab327
Lines Changed: +7, -1