I asked this question last year, but I didn’t have a chance to use it that time.
I’m trying to add a custom icon image to a plugin tab like below.
Because I’m very new to making a plugin using C#, I’m sure this might be a basic question to many people here.
David answered to my question in the old forum, but I’m not very clear or the method seems to have changed in Rhino 6.
Using a Grasshopper template in Visual Studio gives me a “AssemblyInfo.cs” where Assembly Title and other top level information seems to be assigned. Is it supposed to get a custom icon image in this file? Can anyone kindly let me know how to do it?
I think that one is the icon for when you go to Help>About>and click the little black box in upper left corner(show loaded component libraries). Can’t remember at the moment.
This is a really nice c# workshop about plugin developement with visual Studio from the ICD Stuttgart.
All material can be downloaded and all 3 days were recorded. I think somewhere in day 2, it’s explained how to do it.
i’ve been banging my head against this problem for a while. I’ve made a simple plugin here to try and problem solve why the Category Icon never displays.