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>2011-04-13 13:08:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-13 13:08:55 +0400
commit8a238fb8f9c8fc9f2f26033aa63d55ee7f228654 (patch)
tree6f7112de4ee64a5748091a55f3c0856227e3e77d
parent04af4f7c238d025fdf2435f61fdb0531a7ebbb86 (diff)
disable engine info until report popup bug is fixed.
-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();