[Bf-blender-cvs] [7f95682ac6e] temp-test-point-cloud-simulation-depsgraph-integration: remove unnecessary todo

Jacques Lucke noreply at git.blender.org
Wed Apr 15 18:27:07 CEST 2020


Commit: 7f95682ac6e1a31cdf113324e3553c5b0f707b32
Author: Jacques Lucke
Date:   Tue Mar 24 14:37:10 2020 +0100
Branches: temp-test-point-cloud-simulation-depsgraph-integration
https://developer.blender.org/rB7f95682ac6e1a31cdf113324e3553c5b0f707b32

remove unnecessary todo

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

M	source/blender/depsgraph/intern/depsgraph_tag.cc

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

diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index 0b9576a5478..3b0782cd5d6 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -610,9 +610,6 @@ NodeType geometry_tag_to_component(const ID *id)
       return NodeType::PARAMETERS;
     case ID_MSK:
       return NodeType::PARAMETERS;
-    case ID_SI:
-      /* TODO */
-      break;
     default:
       break;
   }



More information about the Bf-blender-cvs mailing list