ksobon / MantisShrimp

A interop project for bridging the gap between Rhino/Grasshopper and Revit/Dynamo
37 stars 9 forks source link

"Get Objects by Layer" node and all Rhinoceros > Geometry nodes to handle lists #16

Closed djsiroky closed 8 years ago

djsiroky commented 8 years ago

The Get Objects by Layer node only accepts a single layer. Also, if giving any of the RH > DS a list of lists, the function will only output the first item from the first list.

ksobon commented 8 years ago

I added the multiple layer handling to Get Objects by Layer. Now, that returns a nested list so it is a totally valid addition to add handling of both a list and nested list for the rest of the objects. I am on it. Thanks for posting.

ksobon commented 8 years ago

Done! Look for it in the Package Manager or just use the code from here to update nodes as necessary if you want it ASAP.