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:
authorSimon Clitherow <aphex@nildram.co.uk>2004-01-30 01:12:14 +0300
committerSimon Clitherow <aphex@nildram.co.uk>2004-01-30 01:12:14 +0300
commitd0f7d306b608259890eb8eba02db7bd3903c0328 (patch)
treeaf677bb9c2f70b86320b6ddf23ddc92581f0aa08 /source/blender/python/BPY_menus.c
parent6d68c41e6284ee424cfafc29ce8a6d245ceb658d (diff)
second last minute commit! -- removed a trailing slash which prevented
win32 from locating .blender/scripts. I'm hoping other OSes are a little more forgiving about these things... but PLEASE test, else we may need to #ifdef it.
Diffstat (limited to 'source/blender/python/BPY_menus.c')
-rw-r--r--source/blender/python/BPY_menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/BPY_menus.c b/source/blender/python/BPY_menus.c
index cfe10723329..d947eaa12e1 100644
--- a/source/blender/python/BPY_menus.c
+++ b/source/blender/python/BPY_menus.c
@@ -680,7 +680,7 @@ int BPyMenu_Init(int usedir)
if (U.pythondir[0] == '\0') upydir = NULL;
- BLI_make_file_string ("/", dirname, bpymenu_gethome(), "scripts/");
+ BLI_make_file_string ("/", dirname, bpymenu_gethome(), "scripts");
res1 = bpymenu_GetStatMTime(dirname, 0, &tdir1);