albandechasteigner / GeniusLociForDynamo

Genius Loci is a package of 350+ custom nodes for Dynamo in Revit.
MIT License
43 stars 9 forks source link

Changed output from python list to List. #24

Open Hauk-Lykke opened 1 year ago

Hauk-Lykke commented 1 year ago

Previously, this node used to output a python list of elements. Native nodes can't use those. Therefore, in order to be able to only continue work on the elements that are borrowed, I've converted the output to a C# List that other nodes can use.

Hauk-Lykke commented 1 year ago

Label: Enhancement

albandechasteigner commented 1 year ago

Hi,

Thank you for your suggestion. In what context, do you not get a list of Dynamo items? With which version of Dynamo? I haven't noticed any problem with the IronPython2 and CPython3 engines. borrow elements