Blender Git Commit Log
Git Commits -> Revision 942fcf4
Revision 942fcf4 by Brecht Van Lommel (master) May 25, 2012, 12:08 (GMT) |
Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/.., starting from version 2.64. Unless you have a special system setup, this means the will be in ~/.config/blender rather than ~/.blender. When the version number is changed to 2.64, the "Copy Previous Settings" operator in the splash will copy the settings to the new location. XDG base directory specification: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html |
Commit Details:
Full Hash: 942fcf44150aea4eea8e0f44de6b05229bb7c182
SVN Revision: 47013
Parent Commit: 81935ee
Lines Changed: +105, -117
16 Modified Paths:
/CMakeLists.txt (+0, -2) (Diff)
/intern/ghost/CMakeLists.txt (+0, -4) (Diff)
/intern/ghost/GHOST_ISystemPaths.h (+4, -4) (Diff)
/intern/ghost/GHOST_Path-api.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_Path-api.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPaths.h (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp (+10, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCarbon.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.mm (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.cpp (+10, -6) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsX11.cpp (+33, -19) (Diff)
/intern/ghost/intern/GHOST_SystemPathsX11.h (+4, -4) (Diff)
/source/blender/blenlib/CMakeLists.txt (+0, -4) (Diff)
/source/blender/blenlib/intern/path_util.c (+8, -30) (Diff)
/intern/ghost/CMakeLists.txt (+0, -4) (Diff)
/intern/ghost/GHOST_ISystemPaths.h (+4, -4) (Diff)
/intern/ghost/GHOST_Path-api.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_Path-api.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPaths.h (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCarbon.cpp (+10, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCarbon.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.mm (+8, -8) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.cpp (+10, -6) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_SystemPathsX11.cpp (+33, -19) (Diff)
/intern/ghost/intern/GHOST_SystemPathsX11.h (+4, -4) (Diff)
/source/blender/blenlib/CMakeLists.txt (+0, -4) (Diff)
/source/blender/blenlib/intern/path_util.c (+8, -30) (Diff)