Unable to input a list in a python Script in Grasshopper

Hi all,

I am trying to use a list of numbers as an input in Python script inside of my Grasshopper program, but the input variable x only takes the first value and becomes a float.

How to fix it?
Thank you in advance

Dodecahedron_rh_02.3dm (14.4 MB)

Grasshopper Make2D test gh 04.gh (15.0 KB)

Just found the solution:

you have to right-click on the variable input and set it to “List Access”

2 Likes

FYI, Grasshopper has a mass addition component.

1 Like