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-24 16:54:57 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-07-24 17:24:41 +0300
commit1ddb3c953ddc6f373db547f21ff93d1322d91f99 (patch)
tree06ea45b9c5a46073bad287f88c11bad71f0d13f5 /source/blender/depsgraph
parentdeecfb54763596555353e82a97b00547310f62a9 (diff)
Depsgraph: Textures and images are actually covered by depsgraph
Might be missing relation links tho.
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc2
1 files changed, 0 insertions, 2 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 248a58d4ff5..65cbf415843 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
@@ -333,8 +333,6 @@ static bool check_datablocks_copy_on_writable(const ID *id_orig)
{
const short id_type = GS(id_orig->name);
return !ELEM(id_type, ID_BR,
- ID_TE,
- ID_IM,
ID_LS,
ID_AC,
ID_GR,