Blender Git Commit Log
Git Commits -> Revision ac86c04
Revision ac86c04 by Campbell Barton (master) September 15, 2008, 01:32 (GMT) |
added BLI_convertstringcwd, used so command line blendfiles and python scripts can be relative to the current path. - was alredy doing this for blendfiles, but better to have in its own function. header_text.c - renamed PATH_MAX, was defined by system includes. |
Commit Details:
Full Hash: ac86c04401686a9d119ea84ad489ca3db7403e5c
SVN Revision: 16532
Parent Commit: 2c31cc4
Lines Changed: +71, -53
6 Modified Paths:
/source/blender/blenlib/BLI_blenlib.h (+1, -0) (Diff)
/source/blender/blenlib/intern/util.c (+43, -0) (Diff)
/source/blender/python/BPY_extern.h (+1, -1) (Diff)
/source/blender/python/BPY_interface.c (+21, -13) (Diff)
/source/blender/src/header_text.c (+4, -4) (Diff)
/source/creator/creator.c (+1, -35) (Diff)
/source/blender/blenlib/intern/util.c (+43, -0) (Diff)
/source/blender/python/BPY_extern.h (+1, -1) (Diff)
/source/blender/python/BPY_interface.c (+21, -13) (Diff)
/source/blender/src/header_text.c (+4, -4) (Diff)
/source/creator/creator.c (+1, -35) (Diff)