Closed fanoway closed 2 years ago
I've done some digging and it seems the line 184 in probes.py is returning an array of length 2 vectors, shape = (n,2) while the KDTree method is expecting 3 dimensional vectors.
I've discovered that this is because my mesh was planar (2D) and my line probe was specified in 3 dimensions.
Tryin to probe a solved problem return the following error.
Here is my source code