Blender Git Commit Log
Git Commits -> Revision c837686
Revision c837686 by Campbell Barton (master) April 26, 2008, 13:08 (GMT) |
BLI_split_dirfile was being used in cases it should not have been, Added BLI_split_dirfile_basic, that only splits the path into directory and file. without checking the dir exists or creating it, without changing the original string that is passed to it. |
Commit Details:
Full Hash: c8376869b1a521c903a6f8d1be49e48c2966df70
SVN Revision: 14555
Parent Commit: 19985ae
Lines Changed: +44, -27
8 Modified Paths:
/source/blender/blenkernel/intern/pointcache.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/text.c (+2, -4) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+1, -0) (Diff)
/source/blender/blenlib/intern/bpath.c (+3, -18) (Diff)
/source/blender/blenlib/intern/util.c (+34, -1) (Diff)
/source/blender/python/BPY_interface.c (+1, -1) (Diff)
/source/blender/src/editscreen.c (+1, -1) (Diff)
/source/blender/src/usiblender.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/text.c (+2, -4) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+1, -0) (Diff)
/source/blender/blenlib/intern/bpath.c (+3, -18) (Diff)
/source/blender/blenlib/intern/util.c (+34, -1) (Diff)
/source/blender/python/BPY_interface.c (+1, -1) (Diff)
/source/blender/src/editscreen.c (+1, -1) (Diff)
/source/blender/src/usiblender.c (+1, -1) (Diff)