From: Campbell Barton Date: Wed, 13 Apr 2011 09:08:55 +0000 (+0000) Subject: disable engine info until report popup bug is fixed. X-Git-Tag: v2.57~1 X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/commitdiff_plain/8a238fb8f9c8fc9f2f26033aa63d55ee7f228654 disable engine info until report popup bug is fixed. --- 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();