Depsgraph: Tag all id_types on_visible_update

We need all id nodes to be evaluated at least once when opening a file.
This is particuarly required for the upcoming group collection patch.
This commit is contained in:
Dalai Felinto 2017-11-30 09:14:43 -02:00
parent ced2f3f30e
commit 2296b9776a
1 changed files with 0 additions and 8 deletions

View File

@ -461,14 +461,6 @@ void deg_graph_on_visible_update(Main *bmain, Depsgraph *graph)
/* Make sure objects are up to date. */
foreach (DEG::IDDepsNode *id_node, graph->id_nodes) {
const ID_Type id_type = GS(id_node->id_orig->name);
/* TODO(sergey): Special exception for now. */
if (id_type == ID_MSK) {
deg_graph_id_tag_update(bmain, graph, id_node->id_orig, 0);
}
if (id_type != ID_OB) {
/* Ignore non-object nodes on visibility changes. */
continue;
}
int flag = 0;
/* We only tag components which needs an update. Tagging everything is
* not a good idea because that might reset particles cache (or any