From 574d3076356d94740681d23657cecee1ece26d3f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 4 Jul 2010 16:47:58 +0000 Subject: [PATCH] fairly sure this is a typo, matt/elubie please check --- source/blender/blenlib/intern/path_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;