minor edit to bake printouts which could get mixed because of \r.

This commit is contained in:
Campbell Barton
2013-04-12 12:03:56 +00:00
parent 09a82f413d
commit e8474d64f8

View File

@@ -3118,8 +3118,9 @@ static void *ptcache_bake_thread(void *ptr)
}
if (use_timer) {
/* start with newline because of \r above */
ptcache_dt_to_str(run, PIL_check_seconds_timer()-stime);
printf("Bake %s %s (%i frames simulated).\n", (data->break_operation ? "canceled after" : "finished in"), run, *data->cfra_ptr-sfra);
printf("\nBake %s %s (%i frames simulated).\n", (data->break_operation ? "canceled after" : "finished in"), run, *data->cfra_ptr-sfra);
}
data->thread_ended = TRUE;