meshmash / Plankton

A C# half-edge mesh data structure, and components for using this in Grasshopper/Rhino
http://meshmash.github.io/Plankton
GNU Lesser General Public License v3.0
216 stars 66 forks source link

PlanktonGh does not import #45

Open ZENG-FUQIANG opened 6 years ago

pearswj commented 6 years ago

Can you please provide more information including steps to reproduce the behaviour that you're seeing? Thanks!

michaldengusiak commented 4 years ago

I have the same issue, how do we install on Rhino 6? I try to drag Plankton.gha but is not loading in GH. I tried to generate folder *\Roaming\Grasshopper\Libraries\Plankton but does not work as well, I can not see in GH,

pearswj commented 4 years ago

@michaldengusiak manual installation for Rhino 6 is identical to Rhino 5. You need to copy both Plankton.gha and Plankton.dll to %AppData%\Grasshopper\Libraries and restart Rhino.

Alternatively, you can use the new Package Manager, an early version of which ships with Rhino 6.

michaldengusiak commented 4 years ago

@pearswj I tried option 1 and does not work, Let's see if we manage to rebuild with the latest version maybe this will solve it

image

pearswj commented 4 years ago

Did you unblock Plankton.gha and Plankton.dll? (Right-click > Properties)

Are you getting any errors when Grasshopper loads? If not, is the "DeconstructPlankton" component present?

Plankton does not need to be recompiled for it to work in Rhino 6 (or WIP/7 for that matter).

michaldengusiak commented 4 years ago

@pearswj

  1. no errros, files not blocked image

  2. yes, I can see, this is strange?!! image

  3. was rebuild on Rhino6

pearswj commented 4 years ago

It looks like it's working to me! Do you still have a problem?