We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ff76c commit a3cc0afCopy full SHA for a3cc0af
src/compas_ghpython/__init__.py
@@ -88,10 +88,12 @@ def get_grasshopper_userobjects_path(version):
88
"""Retrieve Grasshopper's user objects path"""
89
return _get_grasshopper_special_folder(version, 'UserObjects')
90
91
+
92
# =============================================================================
93
# GH_IO Dll
94
95
96
97
def fetch_ghio_lib(target_folder='temp'):
98
"""Fetch the GH_IO.dll library from the NuGet packaging system."""
99
ghio_dll = 'GH_IO.dll'
0 commit comments