Blender Git Commit Log

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

5 Modified Paths:

/source/blender/python/api2_2x/Blender.c (+2, -2) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+5, -5) (Diff)
/source/blender/python/BPY_interface.c (+14, -16) (Diff)
/source/blender/python/BPY_menus.c (+20, -13) (Diff)
/source/blender/src/header_script.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021