Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-07-20 13:45:07 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-07-20 14:27:34 +0300
commitf42bb9d278a2f07c94fc04270c14fe19d6194de3 (patch)
tree4cda3053c51fe71d335509338bc2a368d5c66701 /source/blender
parentf5f34a9aa6cb3d09a28997c95fd85a1bda3f114a (diff)
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.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
index 10547da2505..f895563dd99 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
@@ -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