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:
authorHans Goudey <h.goudey@me.com>2021-05-27 05:32:53 +0300
committerHans Goudey <h.goudey@me.com>2021-05-27 05:32:53 +0300
commita10e41b02e66aed2d987bff9b8732a28ef0c4a26 (patch)
tree9a5d1082bf201ad1fce3a649d2ad9289f201307f /source/blender/modifiers
parentb132dd042e7dd7f589644e1edaacdf5e07608398 (diff)
Cleanup: Remove completed "TODO" comment
Since rBb67fe05d4bea, the dependency graph supports relations on collection geometry, and the nodes modifier uses that.
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_nodes.cc2
1 files changed, 0 insertions, 2 deletions
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)