Fix #113210: Custom socket declarations require idname reference #113214
@ -302,6 +302,7 @@ static SocketDeclarationPtr declaration_for_interface_socket(
|
||||
case SOCK_CUSTOM:
|
||||
auto value = std::make_unique<decl::Custom>();
|
||||
value->init_socket_fn = get_init_socket_fn(ntree.tree_interface, io_socket);
|
||||
value->idname_ = io_socket.socket_type;
|
||||
dst = std::move(value);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user