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.
This commit is contained in:
2010-10-03 20:00:22 +00:00
parent 3e3e10668e
commit ab8aa13b82
10 changed files with 94 additions and 33 deletions

View File

@@ -27,7 +27,7 @@ import bpy as _bpy
import os as _os
import sys as _sys
from _bpy import blend_paths
from _bpy import blend_paths, user_resource
from _bpy import script_paths as _bpy_script_paths