new command line option '--factory-startup' to skip reading startup.blend. useful for testing with a predictable environment.

also commented python benchmark prints on exit, can enable when profiling later.
This commit is contained in:
2011-01-19 09:13:24 +00:00
parent dddb9aa30f
commit 161cbed9b5
9 changed files with 36 additions and 18 deletions

View File

@@ -1015,7 +1015,7 @@ void init_userdef_do_versions(void)
}
if (U.savetime <= 0) {
U.savetime = 1;
// XXX error("startup.blend is buggy, please consider removing it.\n");
// XXX error(STRINGIFY(BLENDER_STARTUP_FILE)" is buggy, please consider removing it.\n");
}
/* transform widget settings */
if(U.tw_hotspot==0) {