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>2011-04-12 18:57:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-12 18:57:02 +0400
commitb636418bd9276253bf4d7e55bb27a1d5808039c1 (patch)
treefe4a86c6d9a82b8ed1d650c138a7055f5dfe55fa /source
parentb3a04b4ea7a3fafa2a748289ed95e941e187ca99 (diff)
ignore the local blender folder when displaying the copy old settings button.
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index dacfba48ee9..d4e5be61b23 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1114,10 +1114,12 @@ static int wm_resource_check_prev(void)
// if(res) printf("USER: %s\n", res);
+#if 0 /* ignore the local folder */
if(res == NULL) {
/* with a local dir, copying old files isnt useful since local dir get priority for config */
res= BLI_get_folder_version(BLENDER_RESOURCE_PATH_LOCAL, BLENDER_VERSION, TRUE);
}
+#endif
// if(res) printf("LOCAL: %s\n", res);
if(res) {