Blender Git Loki
Git Commits -> Revision a4b5ddb
Revision a4b5ddb by Willian Padovani Germano (master) March 22, 2005, 04:28 (GMT) |
BPython: -- Stephane Soppera (thanks) reported libc stat function fails for paths ending with "" under win with free VC++ compiler toolkit 2003: removed final '/' (BLI_make_file_string changes the '/' to '\\' for win) slashes from relevant paths, that should take care of it . Note: here (linux, glibc, gcc 3.3.3) stat doesn't have this problem. Also checking if U.pythondir ends with a slash and, if so (as long as its length > 2 to), removing the slash, for the same reason. -- small cosmetic changes in BPY_menus.c for debug msgs and in header_scripts (added a separator in the Scripts win -> Scripts menu). |
Commit Details:
Full Hash: a4b5ddb371e4854a7f33300baa38bea59b3961b9
SVN Revision: 4012
Parent Commit: a8a73e8
Lines Changed: +43, -36