Closed xuduo18311199384 closed 1 year ago
Hi @xuduo18311199384
It looks like you are running an old version of trimesh, which does not have nondegenerate_faces
functionality. Are you running the docker or a conda env?
I just build env by "pip install". I confirm there is something wrong with my 'trimesh'. I sovled the problem by Annotating this sentence "mesh.update_faces(mesh.nondegenerate_faces())".
Hi @xuduo18311199384
Good to know! Closing this now.
How to deal with it?