Hi!
I am testing the possibilities of using grasshopper plug-ins in the gh scripts to run on rhino compute server. We have set-up our own server with RHINO7(WIP) installed and also installed the plug-in we are testing with: LaunchBox as shown here:
The rest of the pipeline (uploading geometry and reading geometry) should all be fine as the RH_OUT.og parameter does return the correct result. However, the output params connected to LunchBox component did not out-put anything thus leading me to believe those components were not loaded correctly.
here is the returned result from the API call to our own server:
Well, the first component in Lunchbox, usually requires untrimmed surfaces, and wont work on Breps. Not sure what is happening with the second component…
I wasn’t able to set up my endpoint correctly for local compute server… but that might be interesting to try. Let me look into setting up my local server.
It’s probably because the Karamba plug-in refers to something in the active document of rhino (usually unit or tolerance) and since rhino compute does not have a active rhino document attached, this will cause an error and that component will not run…
You might have to wait for Karamba to fix this issue…