Depsgraph: Ignore groups from copy on write expansion

Groups will not have IDs in the dependency graph, so we shouldn't
create them for CoW as well.
This commit is contained in:
Sergey Sharybin
2017-07-20 12:45:07 +02:00
parent f5f34a9aa6
commit f42bb9d278

View File

@@ -313,7 +313,8 @@ static bool check_datablocks_copy_on_writable(const ID *id_orig)
ID_TE,
ID_IM,
ID_LS,
ID_AC);
ID_AC,
ID_GR);
}
/* Callback for BKE_library_foreach_ID_link which remaps original ID pointer