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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user