Grasshopper Python script?

Hi @sz,

you need to select the right access type of inputs (right click on the ‘x’ and select among item, list, tree to see the difference) Take a look at this small example:
image

It run many times because you have declared access type ‘item’ but you are providing a list of values (8767) to x.

Regards,
Antonello

1 Like