Fix: Add missing drag link search item for store named attribute node

The search didn't add an item for the geometry output socket.
This commit is contained in:
Hans Goudey 2022-09-22 16:54:04 -05:00
parent 319ee296fd
commit e9344d329f
Notes: blender-bot 2023-02-14 10:21:10 +01:00
Referenced by issue #101309, Opening a certain scene crashes Blender 3.4.0 nightly
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ static void node_gather_link_searches(GatherLinkSearchOpParams &params)
{
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<eCustomDataType> type = node_data_type_to_custom_data_type(