[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39420] trunk/blender/source/blender/ windowmanager/intern/wm_files.c: Remove message "Info: Config directory with "startup.blend" file not found."

Brecht Van Lommel brechtvanlommel at pandora.be
Mon Aug 15 18:12:41 CEST 2011


Revision: 39420
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39420
Author:   blendix
Date:     2011-08-15 16:12:39 +0000 (Mon, 15 Aug 2011)
Log Message:
-----------
Remove message "Info: Config directory with "startup.blend" file not found."

There's no reason to have it really, this situation is totally normal, and it
means a terminal window is opened on Windows as long as you haven't saved any
default settings yet.

Modified Paths:
--------------
    trunk/blender/source/blender/windowmanager/intern/wm_files.c

Modified: trunk/blender/source/blender/windowmanager/intern/wm_files.c
===================================================================
--- trunk/blender/source/blender/windowmanager/intern/wm_files.c	2011-08-15 14:05:04 UTC (rev 39419)
+++ trunk/blender/source/blender/windowmanager/intern/wm_files.c	2011-08-15 16:12:39 UTC (rev 39420)
@@ -466,7 +466,6 @@
 		} else {
 			tstr[0] = '\0';
 			from_memory = 1;
-			BKE_report(reports, RPT_INFO, "Config directory with "STRINGIFY(BLENDER_STARTUP_FILE)" file not found.");
 		}
 	}
 	




More information about the Bf-blender-cvs mailing list