Skip to content

Failed to load a mesh with a '.obj' extension. #78

@xleEmesent

Description

@xleEmesent

Hi, MeshParty team:

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'

Anything I have missed here? Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions