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:
@@ -81,7 +81,8 @@ void WM_window_open_temp (struct bContext *C, struct rcti *position, int type);
|
||||
|
||||
|
||||
/* files */
|
||||
int WM_read_homefile (struct bContext *C, struct wmOperator *op);
|
||||
int WM_read_homefile_exec(struct bContext *C, struct wmOperator *op);
|
||||
int WM_read_homefile (struct bContext *C, struct ReportList *reports, short from_memory);
|
||||
int WM_write_homefile (struct bContext *C, struct wmOperator *op);
|
||||
void WM_read_file (struct bContext *C, const char *name, struct ReportList *reports);
|
||||
int WM_write_file (struct bContext *C, const char *target, int fileflags, struct ReportList *reports, int copy);
|
||||
|
||||
Reference in New Issue
Block a user