Multiple Breps selected, need Brep GUIDS as list for python

Hows it going everyone. I am trying to work with a series of breps, I have multiple selected under one Brep parameter, when I tie it to the GUID parameter I can see all GUID’s in a panel. But when I pass it into a python input, that input shows up as a single GUID instead of a list. When I print the input (w) it will print each value as a new implicit grasshopper cycle occurs. Does anyone know how to present that data as a list for the python module? What is a implicit grasshopper cycle ?

Thanks !

Right-click on the w-input of your component and set it to list access instead of item access.

1 Like

Thanks !