Blender Git Commit Log
Git Commits -> Revision ca3f331
Revision ca3f331 by Andrea Weikert (master) July 16, 2010, 16:02 (GMT) |
== installation paths == * rename BLI_gethome to BLI_getDefaultDocumentFolder to better reflect how this function is used * replaced BLI_gethome with getenv("HOME") on Linux and Mac where it retrieves location of bookmarks that are inserted as system bookmarks. BLI_gethome was a thin wrapper around these and in this case the user's home directory is what is actually wanted. |
Commit Details:
Full Hash: ca3f3317b2ca16f91972f8176c2fa366f1bf5fb5
SVN Revision: 30415
Parent Commit: 3ef4127
Lines Changed: +8, -8
5 Modified Paths:
/source/blender/blenlib/BLI_path_util.h (+2, -2) (Diff)
/source/blender/blenlib/intern/path_util.c (+2, -2) (Diff)
/source/blender/editors/space_file/file_ops.c (+1, -1) (Diff)
/source/blender/editors/space_file/fsmenu.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -1) (Diff)
/source/blender/blenlib/intern/path_util.c (+2, -2) (Diff)
/source/blender/editors/space_file/file_ops.c (+1, -1) (Diff)
/source/blender/editors/space_file/fsmenu.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -1) (Diff)