Hi everyone,
I wanted to share a small Rhino 8 / Grasshopper plug-in I’ve been working on: GH Tool Palette.
GitHub: LINK
GH Tool Palette adds a separate Rhino panel where you can organize frequently used Grasshopper components into custom groups and profiles. The goal is to make repeated Grasshopper workflows faster without modifying Grasshopper’s native ribbon.
Current features include:
-
Custom component groups
-
Multiple saved palette profiles
-
Importing groups from Grasshopper component categories
-
Adding selected canvas components to a custom group
-
Lock/unlock mode for editing versus placement
-
Click a palette item, then click the Grasshopper canvas to place it
-
Persistent local JSON configuration
-
Diagnostic commands for setup and troubleshooting
A few notes on scope:
-
This is currently an early
0.1.0-alpha.1release. -
It targets Rhino 8 / Grasshopper 1.
-
It does not create custom components.
-
It does not modify the native Grasshopper ribbon.
-
It is MIT licensed.
I built this because I wanted a lightweight, user-configurable way to keep common Grasshopper tools close at hand without turning it into a larger plugin manager or recommendation system.
I’m preparing this for Food4Rhino / Yak packaging next. In the meantime, I’d appreciate feedback from anyone interested in testing, especially around component placement behavior, profile organization, and whether this fits real Grasshopper workflow habits.
Thanks,
Paul
