diff --git a/source/blender/depsgraph/intern/depsgraph_build.cc b/source/blender/depsgraph/intern/depsgraph_build.cc index 822fe1e5f81..9a31b6734e4 100644 --- a/source/blender/depsgraph/intern/depsgraph_build.cc +++ b/source/blender/depsgraph/intern/depsgraph_build.cc @@ -292,7 +292,7 @@ void DEG_graph_tag_relations_update(Depsgraph *graph) graph_id_tag_update(deg_graph->bmain, deg_graph, °_graph->scene->id, - ID_RECALC_BASE_FLAGS, + ID_RECALC_BASE_FLAGS | ID_RECALC_HIERARCHY, deg::DEG_UPDATE_SOURCE_RELATIONS); } }