Blender Git Commit Log
Git Commits -> Revision e7abdd7
Revision e7abdd7 by Campbell Barton (master) September 21, 2009, 03:16 (GMT) |
Better unix filesystem integration as documented here http://wiki.blender.org/index.php/BlenderDev/Blender2.5/Unix_FHS for scons WITH_BF_FHS enabled an alternative layout eg. scons WITH_BF_FHS=1 BF_INSTALLDIR="/usr/local" for CMake just run "make install" after make (CMAKE_INSTALL_PREFIX is used for the base path) Currently only scripts use both the system and user path correctly, other areas of blender have their own path code inline with lots of ifdefs, needs to be carefully updated. |
Commit Details:
Full Hash: e7abdd7d56256b57d9e33326af253188ed9d96dc
SVN Revision: 23384
Parent Commit: 6c655aa
Lines Changed: +270, -160
20 Modified Paths:
/CMakeLists.txt (+4, -0) (Diff)
/config/darwin-config.py (+0, -1) (Diff)
/config/irix6-config.py (+0, -1) (Diff)
/config/linux2-config.py (+0, -2) (Diff)
/config/linuxcross-config.py (+0, -1) (Diff)
/config/openbsd3-config.py (+0, -1) (Diff)
/config/sunos5-config.py (+0, -1) (Diff)
/config/win32-mingw-config.py (+0, -1) (Diff)
/config/win32-vc-config.py (+0, -1) (Diff)
/config/win64-vc-config.py (+0, -1) (Diff)
/SConstruct (+41, -18) (Diff)
/source/blender/blenlib/BLI_util.h (+8, -1) (Diff)
/source/blender/blenlib/intern/util.c (+97, -72) (Diff)
/source/blender/python/intern/bpy_interface.c (+44, -55) (Diff)
/source/creator/CMakeLists.txt (+31, -0) (Diff)
/source/creator/creator.c (+24, -0) (Diff)
/source/creator/SConscript (+5, -0) (Diff)
/source/gameengine/PyDoc/SConscript (+6, -1) (Diff)
/tools/Blender.py (+4, -1) (Diff)
/tools/btools.py (+6, -2) (Diff)
/config/darwin-config.py (+0, -1) (Diff)
/config/irix6-config.py (+0, -1) (Diff)
/config/linux2-config.py (+0, -2) (Diff)
/config/linuxcross-config.py (+0, -1) (Diff)
/config/openbsd3-config.py (+0, -1) (Diff)
/config/sunos5-config.py (+0, -1) (Diff)
/config/win32-mingw-config.py (+0, -1) (Diff)
/config/win32-vc-config.py (+0, -1) (Diff)
/config/win64-vc-config.py (+0, -1) (Diff)
/SConstruct (+41, -18) (Diff)
/source/blender/blenlib/BLI_util.h (+8, -1) (Diff)
/source/blender/blenlib/intern/util.c (+97, -72) (Diff)
/source/blender/python/intern/bpy_interface.c (+44, -55) (Diff)
/source/creator/CMakeLists.txt (+31, -0) (Diff)
/source/creator/creator.c (+24, -0) (Diff)
/source/creator/SConscript (+5, -0) (Diff)
/source/gameengine/PyDoc/SConscript (+6, -1) (Diff)
/tools/Blender.py (+4, -1) (Diff)
/tools/btools.py (+6, -2) (Diff)