Depsgraph: Forgot this in previous commit

This commit is contained in:
Sergey Sharybin 2017-12-06 11:57:57 +01:00
parent 5ad3cc4e03
commit b5be65dc0e

@ -1696,6 +1696,9 @@ void DepsgraphRelationBuilder::build_nodetree(bNodeTree *ntree)
* pipeline. No need to build dependencies for them here.
*/
}
else if (id_type == ID_TXT) {
/* Ignore script nodes. */
}
else if (bnode->type == NODE_GROUP) {
bNodeTree *group_ntree = (bNodeTree *)id;
if ((group_ntree->id.tag & LIB_TAG_DOIT) == 0) {