From 8a238fb8f9c8fc9f2f26033aa63d55ee7f228654 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 13 Apr 2011 09:08:55 +0000 Subject: disable engine info until report popup bug is fixed. --- source/blender/windowmanager/intern/wm_files.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source') 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(); -- cgit v1.2.3