PyMeshLab
PyMeshLab copied to clipboard
load_new_mesh loads OBJ objects as a single mesh
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?