Grasshopper 2 Plugin Development

Hi,

I am learning plugin development for Grasshopper 1. I made a component from the Grasshopper 2 sample file, but I cannot figure out how to use the new way of making icons for components.

[assembly: PlugInDescription(DescriptionType.Icon, “Grasshopper2_PlugIn.Icons.plugin.ico”)]

I think someone has been able to do this. @t.schwartz It seems that you were able to do this.

@martinsiegrist Would you be able to help with this topic?

I don’t make plugins

@martinsiegrist

Not a problem. I was thinking along that path, but I thought it would be a good thing to ask you. Thank you for the well wishes. It is good to get an instance to speak to a significant contributor.

1 Like

@martinsiegrist

I was able to get it solved with the help of @gankeyu

Thank you.