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
If I check plugin folder: C:/Program Files/VCG/MeshLab/plugins I see there is a filter_sketchfab.dll
If in filter scipt I add:
`
<filter name="Change the current layer">
<Param tooltip="The name of the current mesh" type="RichMesh" value="0" name="mesh" description="Mesh"/>
</filter>
<filter name="Delete Current Mesh"/>
`
I get the following message
Loading Plugins:
Current Plugins Dir is: C:/Program Files/VCG/MeshLab/plugins
"Cannot load library C:\\Program Files\\VCG\\MeshLab\\plugins\\filter_sketchfab.dll: Nie mo┐na odnalečŠ okreťlonego modu│u."
Total 265 filtering actions
Total 13 io plugins
Opening a file with extension stl
Mesh C:/Users/rafal/AppData/Local/Temp/in0.stl loaded has 116446 vn 231954 fn
output mesh C:/Users/rafal/AppData/Local/Temp/out.stl
Apply FilterScript: 'C:/Users/rafal/AppData/Local/Temp/PoissonSurfaceReconstruction.mlx'
FilterScript
Reading filter with name Remove Duplicate Vertices
Reading filter with name Change the current layer
Reading filter with name Delete Current Mesh
Starting Script of 3 actionsfilter: Remove Duplicate Vertices
LOG: 2 Removed 0 duplicated vertices
Removed 0 duplicated vertices
filter: Change the current layer
Removed 0 duplicated vertices
filter: Delete Current Mesh
Removed 0 duplicated vertices
Error: trying to save 1 meshes, but only 0 available in the project
Output mesh C:/Users/rafal/AppData/Local/Temp/out.stl has NOT been saved. A not existent layer has been requested to be saved
When I perform the steps contained in the filters manually in the MeshLab 2020.07 program, everything runs fine
See #911 - meshlabserver it is not supported anymore.
Moreover, the latest version of MeshLab is 2022.02.
Please check if the errors persist in the latest versions of MeshLab and PyMeshLab.
#911 is a completely different topic. In version 2020.07 meshlabserver is still installed and other filters are executed correctly. I'm asking about this particular case of a filter.
#911 tells that meshlabserver is not supported anymore.
After 2020.07, 6 newer versions of MeshLab have been released. That means that bugs of 2020.07 may have been fixed in newer versions.
The issue you are reporting is about a tool that is not supported since two years. Bugs on that tool won't be fixed.
We can't and we won't support obsolete versions.
Hello.
I have a problem with Meshlab 2020.07, which is installed on Windows 11.
When I run the following command in cmd:
.\meshlabserver.exe -i C:\Users\...\AppData\Local\Temp\in0.stl -o C:\Users\...\AppData\Local\Temp\out.stl -s C:\Users\...\AppData\Local\Temp\PoissonSurfaceReconstruction.mlx
I get the following message
Loading Plugins: Current Plugins Dir is: C:/Program Files/VCG/MeshLab/plugins "Cannot load library C:\\Program Files\\VCG\\MeshLab\\plugins\\filter_sketchfab.dll: Nie mo┐na odnalečŠ okreťlonego modu│u." Total 265 filtering actions Total 13 io plugins Opening a file with extension stl Mesh C:/Users/rafal/AppData/Local/Temp/in0.stl loaded has 116446 vn 231954 fn output mesh C:/Users/rafal/AppData/Local/Temp/out.stl Apply FilterScript: 'C:/Users/rafal/AppData/Local/Temp/PoissonSurfaceReconstruction.mlx' FilterScript Reading filter with name Remove Duplicate Vertices Starting Script of 1 actionsfilter: Remove Duplicate Vertices LOG: 2 Removed 0 duplicated vertices Removed 0 duplicated vertices Mesh C:/Users/rafal/AppData/Local/Temp/in0.stl saved as C:/Users/rafal/AppData/Local/Temp/out.stl (116446 vn 231954 fn)
My PoissonSurfaceReconstruction.mlx script:
My out.stl is identical as in.stl
If I check plugin folder: C:/Program Files/VCG/MeshLab/plugins I see there is a filter_sketchfab.dll
If in filter scipt I add:
`
`
I get the following message
When I perform the steps contained in the filters manually in the MeshLab 2020.07 program, everything runs fine
I am sending the model in the attachment
in0.zip
The text was updated successfully, but these errors were encountered: