Hello,
I’m running into a seemingly simple problem where I am unable to pass a compas mesh to an rpc proxy:
In grasshopper, I need to convert a compas mesh to a trimesh datastructure (trimsh) but it fails in a cryptic way (Fault, see screenshot).
It looks similar (at least on the surface) to 'Fault' in rpc call
The rpc works (I can call functions as long as it takes simple arguments (python base types), but can’t pass any compas objects.
What am I missing for the correct serialization of a compas mesh?
Thanks in advance!
Nicolas
(PS: compas version 1.17.0, Rhino 7 SR 24)