meshmeshlabpymeshlab

MeshLab: How to process multiple obj files and save them to the disk


I have 50+ meshes to be processed. For each mesh, I need to import the obj file, apply the same filter and then save it to the disk.

My question is if there exists a method, either by clicking the mouse or by writing command lines, that can help get rid of processing them one by one manually?


Solution

  • I solved my own proposed problem with PyMeshLab, which is a python package that can be installed via pip. It is also easy to use. See its documentation.