Blender Git Commit Log

Git Commits -> Revision 4da1797

Revision 4da1797 by Campbell Barton (master)
June 5, 2010, 21:19 (GMT)
- [#22492] [29159] commit breaks importing of script file that has a reload to self in it
broke when including the blend path in the modules filename.

- new function BLI_path_basename(), matches pythons os.path.basename().
replace a number of cases where BLI_split_dirfile was being used to get the filename only.

Commit Details:

Full Hash: 4da179749eb8d6b53f5c2eba4b3e4132656c3d4f
SVN Revision: 29250
Parent Commit: c120689
Lines Changed: +20, -25

9 Modified Paths:

/source/blender/blenkernel/intern/image.c (+1, -3) (Diff)
/source/blender/blenkernel/intern/text.c (+1, -5) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -0) (Diff)
/source/blender/blenlib/intern/bpath.c (+2, -3) (Diff)
/source/blender/blenlib/intern/path_util.c (+6, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+1, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_add.c (+1, -1) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+6, -5) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021