I've been looking through all the forums and tutorials but can't see the answer to a really basic problem I have. Grasshopper/Python component. Script gets the active document and then the objects off a layer by name. There are 5 lines on the layer in Rhino. Python reports a list of 5 items... and I can open them up and see that they are the objects I want.
But when I assign the list to the Grasshopper Component output parameter, I get GOO. A list with strings identifying the types of objects but no longer the objects themselves.
What do I do to put the objects out so I can pass them to the next Grasshopper component?
Thanks!
- Brian -


Reply With Quote