You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We love the trimesh library and are using it a lot in our daily work. Great work !
I have encountered an issue with face_adjacency_edges_tree and edges_faces.
It seems that the data is not valid for meshes, that are not watertight.
A comment about this in the function description would have saved us hours of debugging.
Fixing it would be even better though :)
Since we're sort of using the cKDTree off-script for this backwards index lookup if the distance isn't zero it will be totally wrong, you may want to add a check:
We love the trimesh library and are using it a lot in our daily work. Great work !
I have encountered an issue with face_adjacency_edges_tree and edges_faces.
It seems that the data is not valid for meshes, that are not watertight.
A comment about this in the function description would have saved us hours of debugging.
Fixing it would be even better though :)
Code to reproduce:
trimesh version: 4.5.3
The text was updated successfully, but these errors were encountered: