[Bf-blender-cvs] [6c0ec45dafc] temp-geometry-nodes-evaluator-refactor: cleanup

Jacques Lucke noreply at git.blender.org
Thu Sep 8 17:22:32 CEST 2022


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};



More information about the Bf-blender-cvs mailing list