From a10e41b02e66aed2d987bff9b8732a28ef0c4a26 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 26 May 2021 22:32:53 -0400 Subject: Cleanup: Remove completed "TODO" comment Since rBb67fe05d4bea, the dependency graph supports relations on collection geometry, and the nodes modifier uses that. --- source/blender/modifiers/intern/MOD_nodes.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_nodes.cc b/source/blender/modifiers/intern/MOD_nodes.cc index f927f4b1bcd..29c04d6c571 100644 --- a/source/blender/modifiers/intern/MOD_nodes.cc +++ b/source/blender/modifiers/intern/MOD_nodes.cc @@ -207,8 +207,6 @@ static void updateDepsgraph(ModifierData *md, const ModifierUpdateDepsgraphConte } } } - - /* TODO: Add dependency for adding and removing objects in collections. */ } static void foreachIDLink(ModifierData *md, Object *ob, IDWalkFunc walk, void *userData) -- cgit v1.2.3