[Bf-blender-cvs] [a10e41b02e6] master: Cleanup: Remove completed "TODO" comment

Hans Goudey noreply at git.blender.org
Thu May 27 04:32:59 CEST 2021


Commit: a10e41b02e66aed2d987bff9b8732a28ef0c4a26
Author: Hans Goudey
Date:   Wed May 26 22:32:53 2021 -0400
Branches: master
https://developer.blender.org/rBa10e41b02e66aed2d987bff9b8732a28ef0c4a26

Cleanup: Remove completed "TODO" comment

Since rBb67fe05d4bea, the dependency graph supports relations
on collection geometry, and the nodes modifier uses that.

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

M	source/blender/modifiers/intern/MOD_nodes.cc

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

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)



More information about the Bf-blender-cvs mailing list