blender/source/creator
Campbell Barton 1886872089 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.
2008-04-12 10:55:10 +00:00
..
buildinfo.c put the revision number in the splash screen (scons and make) 2007-11-15 12:16:03 +00:00
CMakeLists.txt Fixes for CMake. 2008-01-22 05:34:53 +00:00
creator.c simple fix for "Unable to make version backup" warning when saving files. missing a return. 2008-04-12 10:55:10 +00:00
Makefile Fixing makefiles for binreloc I made it use flags like other 2008-01-18 21:39:47 +00:00
SConscript This is patch: 2008-03-28 14:55:49 +00:00