Blender Git Commit Log
Git Commits -> Revision ab8aa13
Revision ab8aa13 by Campbell Barton (master) October 3, 2010, 20:00 (GMT) |
bugfix [#24087] Blender can not install add-ons unless running with root priviledges now addon path is created using the same path functions and selecting where to save the startup.blend also made some minor changes to path handling funcs. |
Commit Details:
Full Hash: ab8aa13b829c9a49b60294883613d6b4bf33f835
SVN Revision: 32285
Parent Commit: 3e3e106
Lines Changed: +94, -33
10 Modified Paths:
/release/scripts/modules/bpy/utils.py (+1, -1) (Diff)
/release/scripts/ui/space_userpref.py (+19, -7) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -0) (Diff)
/source/blender/blenlib/intern/path_util.c (+8, -10) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+2, -2) (Diff)
/source/blender/python/generic/bpy_internal_import.h (+2, -2) (Diff)
/source/blender/python/intern/bpy.c (+49, -4) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+8, -3) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+2, -2) (Diff)
/release/scripts/ui/space_userpref.py (+19, -7) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -0) (Diff)
/source/blender/blenlib/intern/path_util.c (+8, -10) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+2, -2) (Diff)
/source/blender/python/generic/bpy_internal_import.h (+2, -2) (Diff)
/source/blender/python/intern/bpy.c (+49, -4) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+8, -3) (Diff)
/source/gameengine/Ketsji/KX_PythonInit.cpp (+2, -2) (Diff)