Depsgraph: Textures and images are actually covered by depsgraph

Might be missing relation links tho.
This commit is contained in:
2017-07-24 15:54:57 +02:00
parent deecfb5476
commit 1ddb3c953d

View File

@@ -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,