Bruce Jones
Bruce Jones
Same problem here, trying to connect to a raspberry pi running raspbian "Jessie". The server requires a key and password. I have tested with Filezilla and everything works correctly. Remote-FTP...
I'm seeing this issue in the MeshHeatMethodDistance function, heres a snippet from the stack trace: ``` self.bound_solver = pp3db.MeshHeatMethodDistance(V, F, t_coef, use_robust)\ RuntimeError: GC_SAFETY_ASSERT FAILURE from /tmp/pip-req-build-biwr300e/deps/geometry-central/src/surface/surface_mesh.cpp:139 - unreferenced vertex...
Hm I'm going to have to do some reading on this... Fwiw the svg in the example is a filled polygon, there must be some convention to that for it...
Hm looks like uv's are assumed. I had an issue where one model has a `uv` attribute and another doesn't. I called `deleteAttribute('uv')` on the model that has is, but...
I confirmed locally that simply removing the `uv` property there allows everything to work
Same issue for me.