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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-07-04 20:47:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-04 20:47:58 +0400
commit574d3076356d94740681d23657cecee1ece26d3f (patch)
treef445646aad1fd77d3629270b1ae0441773a9f403 /source
parentce832cac038e5ef7ad4699106e88a2b4e620d906 (diff)
fairly sure this is a typo, matt/elubie please check
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenlib/intern/path_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 4d21cb853f8..ce787c6b114 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -1156,7 +1156,7 @@ char *BLI_get_folder(int folder_id, char *subfolder)
return NULL;
case BLENDER_SYSTEM_PYTHON:
- BLI_join_dirfile(search_path, "scripts", subfolder);
+ BLI_join_dirfile(search_path, "python", subfolder);
if (get_path_system(path, search_path, "BLENDER_SYSTEM_PYTHON")) break;
return NULL;