Depsgraph: Copy-on-write component does not depend on itself

This commit is contained in:
Sergey Sharybin
2017-08-29 17:16:05 +02:00
parent 998947360b
commit fbcf05f443

View File

@@ -216,6 +216,8 @@ struct LayerCollectionsDepsNode : public ComponentDepsNode {
struct CopyOnWriteDepsNode : public ComponentDepsNode {
DEG_DEPSNODE_DECLARE;
virtual bool depends_on_cow() { return false; }
};