PyMeshLab icon indicating copy to clipboard operation
PyMeshLab copied to clipboard

load_new_mesh loads OBJ objects as a single mesh

Open Moult opened this issue 3 years ago • 0 comments

If I do mesh_set.load_new_mesh('/path/to/file.obj') then len(mesh_set) returns 1, despite having multiple objects in the OBJ file. Is it possible to distinguish each individual object in the OBJ?

Moult avatar Aug 17 '22 04:08 Moult