cnr-isti-vclab / PyMeshLab

The open source mesh processing python library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error exporting mesh (obj/ply) - Your MeshLab version has not plugin to save file format

MichaelRabinovich opened this issue · comments

I'm trying to run the following code:

    ms = pymesh.MeshSet()
    ms.load_new_mesh("path_to_glb.glb")
    ms.save_current_mesh("path_to_new_obj.obj")

And I get the following error:

    _Traceback (most recent call last):
  File "<string>", line 1, in <module>
pymeshlab.pmeshlab.PyMeshLabException: Image PATH/texture_0 cannot be saved. Your MeshLab version has not plugin to save  file format._

I am however able to convert it using Meshlab GUI (not the python repo).
The pymeshlab version is the current one, I just installed via pip today.

I have the same issue on Windows only.