[Bf-blender-cvs] [1ddb3c953dd] blender2.8: Depsgraph: Textures and images are actually covered by depsgraph

Sergey Sharybin noreply at git.blender.org
Mon Jul 24 16:24:56 CEST 2017


Commit: 1ddb3c953ddc6f373db547f21ff93d1322d91f99
Author: Sergey Sharybin
Date:   Mon Jul 24 15:54:57 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB1ddb3c953ddc6f373db547f21ff93d1322d91f99

Depsgraph: Textures and images are actually covered by depsgraph

Might be missing relation links tho.

===================================================================

M	source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc

===================================================================

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,




More information about the Bf-blender-cvs mailing list