Fix new Scene ID copying code.

Missed depsgraph_legacy new pointer to nullify when merged/adapted new
ID copying code to blender2.8.
This commit is contained in:
Bastien Montagne 2017-08-15 15:26:22 +02:00
parent 3bca9f5fed
commit 90d80ddaa2

@ -228,6 +228,7 @@ void BKE_scene_copy_data(Main *bmain, Scene *sce_dst, const Scene *sce_src, cons
sce_dst->ed = NULL; sce_dst->ed = NULL;
sce_dst->theDag = NULL; sce_dst->theDag = NULL;
sce_dst->depsgraph_legacy = NULL;
sce_dst->obedit = NULL; sce_dst->obedit = NULL;
sce_dst->fps_info = NULL; sce_dst->fps_info = NULL;