You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the following code I get the expected result in pymeshlab 2022.2 and before.
However in later versions, the textures don't seem to be imported (no textures are copied to the output folder and the .mlp file contains only the mesh, no textures.)
import pymeshlab
ms = pymeshlab.MeshSet()
ms.load_new_mesh("example.obj")
ms.save_current_mesh("output/result.obj", save_vertex_color=True,save_vertex_normal=True,save_face_color=True,save_wedge_normal=True,save_polygonal=True,save_textures=True,texture_quality=-1)
ms.save_project("test.mlp")
The text was updated successfully, but these errors were encountered:
I cannot replicate the issue. When saving a mesh, also the texture is saved in my system and in my input mesh.
The mlp file not containing the textures is expected, since textures are associated with the mesh.
Could you please share your input file and your system setup?
When running the following code I get the expected result in pymeshlab 2022.2 and before.
However in later versions, the textures don't seem to be imported (no textures are copied to the output folder and the .mlp file contains only the mesh, no textures.)
The text was updated successfully, but these errors were encountered: