im absolutely new to this and struggle with following the tutorial from PyMeshLab (https://pymeshlab.readthedocs.io/en/latest/about.html).
What i want to do:
- open a file (e.g. xyz.ply - point cloud) via PyMeshLab
- some filter action
- save filtered file (e.g. as xyz.obj)
My "code" is stitched together from the tutorias "Load Mesh", "Apply a Filter" and "Save Mesh".
It prompts already a warning when importing the library
import pymeshlab ..
->
Warning: Unable to load the following plugins:
filter_sketchfab.dll: filter_sketchfab.dll does not seem to be a Qt Plugin.
Cannot load library C:\Users\bvis\AppData\Local\Programs\Python\Python39\lib\site-packages\pymeshlab\lib\plugins\filter_sketchfab.dll: Das angegebene Modul wurde nicht gefunden.
Any ideas?
Thanks
I also get this warning. Still, it seems to work except for print functions like "MeshSet.print_filter_list()", which you might have copied from the example code. You can easily replace the print functions with functions on module level:
Results:
Other MeshSet functions work for me without issues, e.g.: