Easiest setup — copy this houdini20.5/ folder into your Houdini user prefs and start Houdini.
On first launch, scripts/456.py auto-creates HoudiniGIS.hda and registers the node under Tab → HoudiniGIS.
- Windows:
C:\Users\<you>\Documents\houdini20.5\ - macOS/Linux:
~/houdini20.5/
- Required:
pyshp - Optional (for reprojection):
pyproj
Install:
- macOS/Linux:
python3 -m pip install --target "$HOME/houdini20.5/python3.11libs" pyshp pyproj - Windows (PowerShell):
python -m pip install --target "$env:USERPROFILE\Documents\houdini20.5\python3.11libs" pyshp pyproj
- Dive into a Geometry node, press Tab, select HoudiniGIS → HGIS Shapefile Import.
- Pick your
.shpfile. Optionally setTarget CRS (EPSG)(needs a.prjnext to the.shp).
- For polygon holes, subtract group
hgis_holefromhgis_exteriorwith a Boolean SOP.