Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-10-04 00:00:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-04 00:00:22 +0400
commitab8aa13b829c9a49b60294883613d6b4bf33f835 (patch)
tree9093a60747dffbd33747dfb50b36234f7f75b624 /source/blender/blenlib/BLI_path_util.h
parent3e3e10668e501f516b0193763c753fbe9d2e7af4 (diff)
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.
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index f01e1a25d8a..b9a4468fe57 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -44,6 +44,7 @@ char *BLI_getDefaultDocumentFolder(void);
char *BLI_get_folder(int folder_id, char *subfolder);
char *BLI_get_folder_create(int folder_id, char *subfolder);
+char *BLI_get_user_folder_notest(int folder_id, char *subfolder);
/* folder_id */