I am trying to use Rhino compute to run a python script, my problem is that I’m using a plugin called " DecodingSpaces" in grasshopper that is probably not supported by Rhino compute.
The script works well without the plugin but when I add it the Geometry doesn’t appear.
What are my options? how can use the plugin?
Assuming you followed our guide to set up your own Compute instance, the process for installing plug-ins goes like this…
Stop the “compute.geometry” service
Install the plug-in like you would normally on a desktop machine
Run Rhino.exe to check that the plug-in has installed corrrectly (more important for Rhino plug-ins)
Close Rhino and restart the “compute.geometry” service
Many plug-ins have not been tested in the context of Compute. A lot of them will work just fine (particularly Grasshopper plug-ins) but some may not. There may also be licensing issues (both technical and legal). Please report back on your experiences with DecodingSpaces!
I have my custom Grasshopper plugin that works perfectly fine on both R7 and R8. However running a GH file containing my plugin on Rhino.Compute fails. I’m hosting a local server for debugging. My GH plugin is targeted for .NetFramework 4.8.
I have custom classes and use budget packages that are essential to my plugin.
When using Hops or a Python client, it gives me errors stating that the instantiation of my custom class fails.