Steve Baer
Steve Baer
Hi @sbaer, With Grasshopper display options set to "Draw full names", I was expecting to see the long names of the inputs and outputs, according to the code snippet below:...
Hi deKlerk , can you please make a tutorial how you used heroku to create the script and use it online? i tried alot without success _Originally posted by @seghier...
Since Mac does not support Rhino.Inside, add the ability to solve external definitions in the existing Rhino process
See: https://discourse.mcneel.com/t/hops-error/120076 also reported at https://discourse.mcneel.com/t/what-is-the-difference-between-hops-and-clusters/120086/35 It looks like bullant causes loading issues when run under compute.geometry.exe.
Sounds great! I noticed it takes a few seconds to spin up the computes. It could be good to have a notification that Hops is in the process of spinning...
Add a discovery endpoint to rhino.compute.exe that lists definitions that it knows about. Definitions that are on the %PATH% for rhino.compute.exe -or- some other specified folder could be listed. This...
we can use Rhino accounts tokens for passing authentication information in the headers from Hops to compute to allow organizations to determine what they want to allow users to be...
rhino.compute.exe should expose a GET endpoint for solving that takes the json as a querystring when the string is short enough. This must include the hash of a definition so...
we can add a version number to the io schema if and when we want to change our API. When no version is present we just assume 1.0 which is...
When calling compute to get the description of a definition's inputs and outputs also include the paths that should be used for solving that definition. This should include information if...