Blender Git Commit Log
Git Commits -> Revision 4f601b4
Revision 4f601b4 by Campbell Barton (master) June 5, 2008, 13:02 (GMT) |
* python sys.cleanpath() used strstr incorrectly, resulting in paths containing a slash, always returning a path that ends with a slash. * python Blender.GetPaths() - absolute=0 wasnt working * BLI_cleanup_file and BLI_cleanup_file were treating the // prefix as a duplicate path, now ignores // * BLI_convertstringcode was removing the trailing slash from a path (tested these path functions didnt mess up with some of the peach files and with pointcache) |
Commit Details:
Full Hash: 4f601b478c99ef9d74086e73a9eb38c9c598791d
SVN Revision: 15133
Parent Commit: cc0d730
Lines Changed: +28, -17