Hello all!
I am trying to split a list into 4 branches in python but for some reason I cannot make it work correctly. Could anyone please help me with this.
Thanks in advance!
Hello all!
I am trying to split a list into 4 branches in python but for some reason I cannot make it work correctly. Could anyone please help me with this.
Thanks in advance!
Does this guide help? https://developer.rhino3d.com/guides/rhinopython/grasshopper-datatrees-and-python/
Datatrees need helpers: import ghpythonlib.treehelpers
Sample code at the bottom of the guide.
Thanks a lot for your help!