Commit: 6c0ec45dafce76f56748c87dda72d54abcafd6ee
Author: Jacques Lucke
Date:   Thu Sep 8 13:19:57 2022 +0200
Branches: temp-geometry-nodes-evaluator-refactor
https://developer.blender.org/rB6c0ec45dafce76f56748c87dda72d54abcafd6ee

cleanup

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

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 6a51b566a37..6570377aa9f 100644
--- a/source/blender/modifiers/intern/MOD_nodes.cc
+++ b/source/blender/modifiers/intern/MOD_nodes.cc
@@ -1177,7 +1177,7 @@ static GeometrySet compute_geometry(
     }
 
     const CPPType *type = interface_socket->typeinfo->geometry_nodes_cpp_type;
-    BLI_assert(type != nullptr); /* Todo */
+    BLI_assert(type != nullptr);
     void *value = allocator.allocate(type->size(), type->alignment());
     initialize_group_input(*nmd, *interface_socket, input_index, value);
     param_inputs[input_index] = {type, value};

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to