Hi,
@DavidRutten - I was wondering if there is a reference chart for all the icons in Grasshopper 2?
It would really help in ensuring the same aesthetic!
You previously created one for Grasshopper 1.
Hi,
@DavidRutten - I was wondering if there is a reference chart for all the icons in Grasshopper 2?
It would really help in ensuring the same aesthetic!
You previously created one for Grasshopper 1.
My 2 cents as there is a tool in rhino8 to make icon for Grasshopper ghicon and png I think youâll find most of the recommendations.
The new interface is a bit different
Or draw in the zone and apply a color or the wire or filling
All my Icon on Nautilus plugin were done like that, using png as output as I still work on Rhino 7.
Wow, this is actually a very fun tool!
Yes It is very useful, the only thing that is not working on my PC is the raycast render, it just show few pixels and not the whole icon.
Donât forget that there are many standard shapes available via Rhino Textdots.
You can create standard sized circles (small, medium, large) if you place a dot with a period, lower-case o, or upper case O.
Box, Tube, Sphere are used to create primitive shapes.
Any dot containing double-quote delineated text become characters. I only defined the common English letter and digits. You can use a backtick to move the subsequent character one pixel to the left (poor manâs pixel-perfect kerning).
The G2IconSymbol
command provides access to a lot of the standard codes and parameters.
Also you can control the z-depth of the 2D icon vector shapes either by moving the shapes up in 3D, or by using the BringToFront or PushToBack commands in Rhino.
Hereâs an icon made using only TextDot shapes.
Thatâs what itâs supposed to look like. It shows you how the shapes look when displayed at their indicated pixel size. You can tell for example that your âxâ doesnât look like an X when viewed at 100% zoom and 100% screen scaling.
Or did you mean that itâs off-screen? You can double click on the category labels (Edges, Fills, Preview, etc.) to collapse them. That should free up more space for the raycast preview.
Yes it works, strange that I didnât think of that ? I left and right clicked !
Itâs very undiscoverable. Iâd also like to automatically resize the preview and raycast controls so they are square, but that turns out to be very difficult when they are hosted in those Rhino panels.
is it not possible to have something like other Rhino UI like that ? It is a single click and a symbol.
Yeah itâs possible, just donât like that the category text is so contrasting, the category line is so faint and the label is left-aligned.
Hi David, GHicon is amazing! Such a practical and beautifully designed toolâthank you so much for that. I have a question: Is there a list of all the standard shapes available?
You mean the ones created via textdots? The G2IconSymbol
command gives you access to most if not all the predefined ones, along with the basic arguments they accept. But Iâm pretty sure itâs not a fully complete list. Iâm still occasionally adding new shapes (like arrow
just a week or so ago) and I donât always remember to update the command. At some point weâll have full documentation available, but not yet.
I see, thanks a lot David