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:
{'algo': '',
'pointer': None,
'values': [
{'ParamName': 'RH_OUT:plug_in_only', 'InnerTree': {}},
{'ParamName': 'RH_OUT:og', 'InnerTree': {'{ 0; }': [{'type': 'Rhino.Geometry.Brep', 'data': '{"version":10000,"archive3dm":60,"opennurbs":-1912572423,"data":"+n8CAFUNAAAAAAA......AAAAA="}'}]}},
{'ParamName': 'RH_OUT:srfs', 'InnerTree': {}}]}
- I eliminated the “data” object since its super long and redundant
Is there any special steps I should take when installing gh plug-ins on the server? Did I miss any thing?
Thank you!