MahmoudAbdelRahman / GH_CPython

CPython plugin for Rhino-Grasshopper
BSD 2-Clause "Simplified" License
175 stars 38 forks source link

Item and Tree input creates a tree output for the Item input #30

Open akaflokart opened 6 years ago

akaflokart commented 6 years ago

Great work, i try to create a exelsheet manipulator with pandas etc. at it works. The only problem is the input and output of your cpython node. Input: Tree with branches Item with one string Output Tree with branches Tree with branches Item in each branch If i print the input everything looks fine and its seams not possible to change the output to item because the manage data ouptput in your cpython node is emtpy only input shows correct.

unbenannt

I really hope you keep on going develope the cpython plugin it works phantastic. Again great work

Gaspard-Bourgeois commented 3 years ago

I have exactly the same problem the manage data is empty.

Also I don't know how to change string output to float, my numbers are in numpy inside my function and by the way numpy.dumps is not working.

Thanks