Fix T55192: Speed fx applied to scene messed up animation

Don't update animdata after rendering scene
Rendering host scene from sequencer is not supported, removed code is unnecessary.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5199
This commit is contained in:
Richard Antalik 2019-07-08 14:53:40 -07:00
parent f04424a15d
commit a42cae1600
Notes: blender-bot 2023-10-18 15:23:11 +02:00
Referenced by issue #66584, Collada: Preview on Mac shows issues with transparency
Referenced by issue #55192, VSE: keyframed Speed Control strips acting on Scene strips interfere with other keyframed strips
1 changed files with 0 additions and 3 deletions

View File

@ -3740,9 +3740,6 @@ static ImBuf *do_render_strip_uncached(const SeqRenderData *context,
ibuf = seq_render_scene_strip(context, seq, nr, cfra);
}
/* Scene strips update all animation, so we need to restore original state.*/
BKE_animsys_evaluate_all_animation(context->bmain, context->depsgraph, context->scene, cfra);
break;
}