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>2013-06-18 22:11:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-18 22:11:52 +0400
commit447e9a4cd5d385e8724b7f92c952d66bd35a2c34 (patch)
treea32a990f805f3d443abe6b078a5b65e6caf65e95 /source/blender/editors/space_file/filesel.c
parent649dd6f64846ca959566389bc8ce58f87dcb499f (diff)
add option to enable auto-execute scripts, but exclude certain directories.
Diffstat (limited to 'source/blender/editors/space_file/filesel.c')
-rw-r--r--source/blender/editors/space_file/filesel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c
index 25d865d857b..59801796f8c 100644
--- a/source/blender/editors/space_file/filesel.c
+++ b/source/blender/editors/space_file/filesel.c
@@ -609,6 +609,7 @@ void file_change_dir(bContext *C, int checkdir)
folderlist_pushdir(sfile->folders_prev, sfile->params->dir);
+ file_draw_check_cb(C, NULL, NULL);
}
}