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 attempting to save a 3D model with textures, MeshLab fails to save texture_0 etc. The error message indicates that the current pymeshlab version lacks a plugin to save the file format.
Error Message
texture_0 cannot be saved. Your MeshLab version has not plugin to save file format.
Environment
MeshLab Version: latest
Operating System: Linux
Steps to Reproduce
Load a 3D model with textures into pymeshlab
Save GLB to OBJ
Attempt to save or export the model with textures
ms=pymeshlab.MeshSet()
ms.load_new_mesh(input_file)
# Save as OBJ with explicit format specificationms.apply_filter('generate_by_merging_visible_meshes',mergevisible=True)
ms.save_current_mesh(output_file, save_textures=True, save_vertex_color=True)
``
The text was updated successfully, but these errors were encountered:
The input file is confidential sadly, and i can't share it. Could it be because the GLB has ktx2 textures which are not supported? in Meshlab itself its working.
Description
When attempting to save a 3D model with textures, MeshLab fails to save
texture_0
etc. The error message indicates that the current pymeshlab version lacks a plugin to save the file format.Error Message
texture_0 cannot be saved. Your MeshLab version has not plugin to save file format.
Environment
Steps to Reproduce
The text was updated successfully, but these errors were encountered: