makelist

SpecialNodes makelist

shown here for N = 2

input ports:
Name Type Description Optional

in0

?0

first element of new list

no

in1

?0

second element of new list

no

…​

inN-1

?0

final element of new list

no

output ports:
Name Type Description Optional

output

list<?0>

list with N elements

no

makelist reads each of its N inputs and outputs a list with those N elements. Right-click on the node