Grasshopper Plug-ins

Hi there,

Grasshopper has been such a wonderful tool throughout all these years, and so many brilliant people have created so many amazing tools for it.

Will all the plugins continue to work in this new version? For example, Flexibility and Peacock? And what about some of the Rhino 8 plugins?

Thanks a lot! And nice Tangent logo, by the way!

Probably not. GH2 is coming and looks very different from the current version. TBH I haven’t tried it, maybe someone can relate their experience. I tend to stick to the older versions and just started using GH8 this year (and surprisingly it’s been good so far!).

Depends on each release (evolution or revolution of code) and also the plugs-ins in use. This is why i try to use as many as native modules as possible.

The favorite plugins will probably evolve to be compatible. Sorry for the obvious answer.

Test twice before committing… Otherwise running different versions of Rhino doesnt seem to pose a problem at all.

Is the GH2 plugin zone about to be launched

Saw another post where it says plug ins compatibility is most likely not there at all…

I guess the API’s changed a lot, or the RhinoScript parts changed a lot (not checked at all - just assuming)…

The GH1 and GH2 apis are not compatible. They are similar on a conceptual level, but that’s where it ends.

GH2 is capable of hosting GH1 components in its files. You can either drag them from the GH1 icon panels onto the GH2 canvas, or open a *.gh or *.ghx file in GH2. I just fixed a big a few days ago with the copy-pasting of components between versions, so come next Tuesday that should start working again too.

However this hosting is a bit of a hack. If the component has any special UI on it, that will not make it across.