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
I am trying to load a mesh file (can open in MeshLab)
meshFilePath="../data/Mesh.obj"
mm = trimesh_io.MeshMeta()
mesh = mm.mesh(filename = meshFilePath)
Then the following error message generated:
python3.8/site-packages/meshparty/trimesh_io.py", line 610, in mesh
if not isinstance(self.cv.mesh, ShardedMultiLevelPrecomputedMeshSource):
AttributeError: 'NoneType' object has no attribute 'mesh'