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
Hi, I have run into a problem (I had it working a couple years ago on another computer with another version of MeshLab, but now...) when trying to smooth an STL file with MeshLab controlled via MeshLabXML. Any ideas what I am doing wrong? Any help would be most appreciated!
My system:
Ubuntu 21.10
Python 3.9.7
MeshLab 2020.09
MeshLabXML 2021.7
There seems to be some major differences in the naming, i.e.
Param value vs. value,
Param name vs. name.
For the sake of completeness, I get the following output with the error message:
meshlabserver cmd = meshlabserver -i "FileIn.stl" -o "FileOut.stl" -s "/tmp/tmpzhanjw91.mlx"
***START OF MESHLAB STDOUT & STDERR***
Loading Plugins:
Current Plugins Dir is: /usr/lib/x86_64-linux-gnu/meshlab/plugins
Total 266 filtering actions
Total 13 io plugins
Opening a file with extension stl
Mesh FileIn.stl loaded has 5912 vn 10048 fn
output mesh FileOut.stl
Apply FilterScript: '/tmp/tmpzhanjw91.mlx'
FilterScript
Reading filter with name Merge Close Vertices
Reading filter with name Change the current layer
Reading filter with name Laplacian Smooth
Starting Script of 3 actionsfilter: Merge Close Vertices
LOG: 2 Successfully merged 0 vertices
Successfully merged 0 vertices
filter: Change the current layer
meshlabserver: ./src/meshlabserver/mainserver.cpp:614: bool MeshLabServer::script(MeshDocument&, const QString&, FILE*): Assertion `parameterSet.size() == required.size()' failed.
Aborted (core dumped)
Houston, we have a problem.
MeshLab did not finish successfully. Review the log file and the input file(s) to see what went wrong.
MeshLab command: "meshlabserver -i "FileIn.stl" -o "FileOut.stl" -s "/tmp/tmpzhanjw91.mlx""
Where do we go from here?
Thanks for providing this library! Great stuff.
The text was updated successfully, but these errors were encountered:
Hi, I have run into a problem (I had it working a couple years ago on another computer with another version of MeshLab, but now...) when trying to smooth an STL file with MeshLab controlled via MeshLabXML. Any ideas what I am doing wrong? Any help would be most appreciated!
My system:
Ubuntu 21.10
Python 3.9.7
MeshLab 2020.09
MeshLabXML 2021.7
The following Python code with MeshLabXML:
writes the following script:
Doing the smoothing by "hand" in MeshLab gives me the following script:
There seems to be some major differences in the naming, i.e.
For the sake of completeness, I get the following output with the error message:
Thanks for providing this library! Great stuff.
The text was updated successfully, but these errors were encountered: