Fix T55391: Anim render only shows scene state at current frame (no animation)

This commit is contained in:
Sergey Sharybin 2018-06-08 12:12:26 +02:00
parent 3926ec6aa1
commit c5904574cb
Notes: blender-bot 2023-02-14 05:45:31 +01:00
Referenced by issue #55391, Anim render only shows scene state at current frame (no animation)
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ static void engine_depsgraph_init(RenderEngine *engine, ViewLayer *view_layer)
engine->depsgraph = DEG_graph_new(scene, view_layer, DAG_EVAL_RENDER);
DEG_debug_name_set(engine->depsgraph, "RENDER");
BKE_scene_graph_update_tagged(engine->depsgraph, bmain);
BKE_scene_graph_update_for_newframe(engine->depsgraph, bmain);
}
static void engine_depsgraph_free(RenderEngine *engine)