From e9344d329ffa93f2df0e20f727f478e70e4294cc Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 22 Sep 2022 16:54:04 -0500 Subject: [PATCH] Fix: Add missing drag link search item for store named attribute node The search didn't add an item for the geometry output socket. --- .../nodes/geometry/nodes/node_geo_store_named_attribute.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc b/source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc index ad31c8a2191..37e55602fb0 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_store_named_attribute.cc @@ -71,6 +71,7 @@ static void node_gather_link_searches(GatherLinkSearchOpParams ¶ms) { const NodeDeclaration &declaration = *params.node_type().fixed_declaration; search_link_ops_for_declarations(params, declaration.inputs().take_front(2)); + search_link_ops_for_declarations(params, declaration.outputs().take_front(1)); if (params.in_out() == SOCK_IN) { const std::optional type = node_data_type_to_custom_data_type(