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
The steps in MeshLab:
File->Import Test0001.asc
Filters->Normals, Curv....->Compuete normals for points sets (with default settings)
Filters ->Remeshing..->Surface Reconstruction Screen Poisson (with default settings)
File - Export Mesh Test0001.ply
Generates a .ply without issues.
Doing the same from PyMeshLab by saving the filter script and then running the following python code generates a .ply that can't be opened. Meshlab reports. "Bad vertex index in face"
Hi @KeithT, thanks for reporting this!
We are aware of this issue: it is actually related to the double precision version of meshlab.
It should be already solved (see cnr-isti-vclab/meshlab#859 and cnr-isti-vclab/meshlab#860), but I'll check if there are still other issues.
The fix will be available in the next pymeshlab release, but in the meantime a workaround is to save the ply file without binary encoding:
The steps in MeshLab:
File->Import Test0001.asc
Filters->Normals, Curv....->Compuete normals for points sets (with default settings)
Filters ->Remeshing..->Surface Reconstruction Screen Poisson (with default settings)
File - Export Mesh Test0001.ply
Generates a .ply without issues.
Doing the same from PyMeshLab by saving the filter script and then running the following python code generates a .ply that can't be opened. Meshlab reports. "Bad vertex index in face"
.asc and .mlx in attached .zip
test0001.zip
(It's great to be able to access meshlab from python, thank you for this 🥇
The text was updated successfully, but these errors were encountered: