Daniel_Z
(Daniel Z)
June 25, 2020, 8:04pm
1
Is there a way to use Pufferfish plug-in in GhPython code? Like a way to import the library?
Daniel_Z
(Daniel Z)
June 25, 2020, 9:22pm
3
@maje90 Thanks for the quick reply!! As far as I am aware, though, ghpythonlib.components doesn’t include added plug-ins like pufferfish, at least it doesn’t for me.
NodeInCode can call any component from any library (gh plugin) you have installed.
Hi all,
a new version of ghpythonlib, the library performing NodeInCode, is in the latest version of Rhino 6 / WIP.
We decided to rewrite the library to address a few requests and performance problems that were discovered over two years of intense usage by this community.
In the new version, on the feature side,
ghpythonlib has now support for Grasshopper DataTrees. It is now possible to feed a tree, and get the computed resulting tree as a result, thereby preserving data origins, and mor…