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>2020-09-12 10:55:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-12 10:59:26 +0300
commit29af082e4a0f46659f9c54b435ade36f999baa4b (patch)
tree49c89e5c99bb4f73e4bd69260c39f029496e993d /source/blender/editors/include
parent8c1726918374e1d2d2123e17bae8db5aadde3433 (diff)
Fix T70255: Setting file browser bookmark from Python crashes
Support setting bookmarks even when the file browser isn't the active space.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_fileselect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_fileselect.h b/source/blender/editors/include/ED_fileselect.h
index 47b8eb543f4..341f97943a5 100644
--- a/source/blender/editors/include/ED_fileselect.h
+++ b/source/blender/editors/include/ED_fileselect.h
@@ -150,6 +150,7 @@ int ED_file_extension_icon(const char *path);
void ED_file_read_bookmarks(void);
+void ED_file_change_dir_ex(struct bContext *C, struct bScreen *screen, struct ScrArea *area);
void ED_file_change_dir(struct bContext *C);
void ED_file_path_button(struct bScreen *screen,