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:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 3d10a766417..f5fe98ae4d4 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -340,6 +340,7 @@ void WM_read_file(bContext *C, const char *name, ReportList *reports)
#endif
CTX_wm_window_set(C, NULL); /* exits queues */
+#if 0 /* gives popups on windows but not linux, bug in report API but disable for now to stop users getting annoyed */
/* TODO, make this show in header info window */
{
Scene *sce;
@@ -349,7 +350,7 @@ void WM_read_file(bContext *C, const char *name, ReportList *reports)
}
}
}
-
+#endif
// XXX undo_editmode_clear();
BKE_reset_undo();