bugdary
Results
1
comments of
bugdary
I solved the issues by upgrading to the latest version of Trimesh and changing the following line: trimesh.io.export.export_mesh(mesh_list, out_filename, file_type='ply') to mesh_list.export(out_filename) Thanks for sharing your code.