Steve Baer
Steve Baer
Also brought up as an issue by @enmerk4r. People are going to share their definitions and remembering which files to hand around makes things complicated. Embedding definitions to use to...
> If it isn't preloaded, will Grasshopper load the first time that the endpoint is called? Solving that is part of this issue. We should flag that GH hasn't been...
This may be dangerous to load on the first endpoint hit as that would mean GH would be loaded in a different thread than the initial RhinoCore loading thread. It...
For starters, we need to figure out what it is users want to script This type of syntax works, but is pretty ugly ``` import Grasshopper obj = Grasshopper.Instances.ComponentServer.FindObjectByName("Hops", False,...
We could add this as a value to set in Grasshopper preferences
leaving open for now. We can add some sort of (x of n loaded) UI
One way to do this is to save the current definition path along with the referenced definition path in the Hops component. This would allow for a relative path to...
Another request for this at https://discourse.mcneel.com/t/can-hops-run-on-web-like-google-cloud/136306/8
Along the same line we should see if POSTs will support cache-control when used with Hops. What I've read online is confusing and it would be easiest to just test...
initial case should handle passing of file bytes directly to compute