Custom Node - Not Returning Proper Output

I have a group of nodes that filter list of elements and returns a list of wall elements. When creating a custom node for this script of nodes it give me a bad output (returning empty list where the original element list had non Wall elements.

What can I do to fix this? Is this common?

Attached is the script that shows output of nodes comprising of the custom node vs. the custom node (of the same node script):

Here is are the nodes inside the custom node:

Hi,

I believe it’s just changing your input to handle a list if I remember correctly. So change “Elements :var” to “Elements : var[]..[]” and that should be the ticket.


Hope this helps!

2 Likes

Did the job!

1 Like