Sequencer:
Removing feature that allowed live updates of render progress while using
scene strips. In 2.41 and older this also happens invisible, and ESC from
it works now anyway.

Two reasons:
- it is quite annoying, especially on quit renders
- new 'render to window' conflicts too much with the sequencer window
  option that shows previews (in code as well as functional!)
This commit is contained in:
2006-06-26 14:57:56 +00:00
parent d6e7eb27ed
commit a6d6a35d3c
4 changed files with 19 additions and 17 deletions

View File

@@ -909,7 +909,7 @@ static void do_build_seq_ibuf(Sequence * seq, int cfra)
doseq= sce->r.scemode & R_DOSEQ;
sce->r.scemode &= ~R_DOSEQ;
BIF_init_render_callbacks(re);
BIF_init_render_callbacks(re, 0); /* 0= no display callbacks */
/* hrms, set_scene still needed? work on that... */
if(sce!=oldsce) set_scene_bg(sce);