Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Add Grasshopper assembly for easy import #50

Closed
AndersDeleuran opened this issue Oct 11, 2013 · 4 comments
Closed

Add Grasshopper assembly for easy import #50

AndersDeleuran opened this issue Oct 11, 2013 · 4 comments

Comments

@AndersDeleuran
Copy link

I often import the Grasshopper assembly in order to construct data trees for outputting nested Python lists and such.

In order to do this I usually do this:

import clr;
clr.AddReference("Grasshopper")
import Grasshopper as gh

While this is not a major problem, it would be great if the Grasshopper assembly was automatically added so I could simply go:

import Grasshopper as gh

Cheers,
Anders

@bengolder
Copy link

this is a great suggestion

@piac
Copy link
Member

piac commented Oct 23, 2013

This is fixed in commit 38cf73f

@piac piac closed this as completed Oct 23, 2013
@AndersDeleuran
Copy link
Author

You're a damn rock star Giulio :)

@bengolder
Copy link

Cool!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants