Grasshopper GhPython
For designers who want to use the same flexible language everywhere, GhPython is the Python interpreter component for Grasshopper that allows to execute dynamic scripts of any type. Unlike other scripting components, GhPython allows to use the rhinoscriptsyntax to start scripting without needing to be a programmer. Once on-board and with some practice, you can also get the most of external Python and .Net modules and libraries.
Related Lessons & Examples
10 Print Panel
Basic Agent Base
Bulged Ribbons
Circle Panel
Elliptical Growth
Hilbert Curve Panel
Maze Panel
Metaball Desk Organizer
Pixelated Pattern
Rotated Cells Panel
Shattered Panel
Shattered Ribbons
Triangular Panel
Voronoi Panel
Wavy Panel
Zigzag Pattern
Download GhPython Plugin
GhPython Plugin
This is the Rhino 5 for Windows version. Rhino for Mac and Rhino WIP+6 all come with their own GhPython interpreter, that is specific and needs no tweaking.
For designers who want to use the same flexible language everywhere, GhPython is the Python interpreter component for Grasshopper that allows to execute dynamic scripts of any type. Unlike other scripting components, GhPython allows to use the rhinoscriptsyntax to start scripting without needing to be a programmer. Once on-board and with some practice, you can also get the most of external Python and .Net modules and libraries.
This component is open-source, and works in Rhino 5. Join this group to receive updates of new versions, and visit the Grasshopper forum for support.
To install:
- In Grasshopper, choose File > Special Folders > Components folder. Save the gha file there.
- Right-click the file > Properties > make sure there is no “blocked” text
- Restart Rhino and Grasshopper
Installation of GhPython, and introduction of list and for