PyMeshLab
PyMeshLab copied to clipboard
The open source mesh processing python library
### Hello. There is a problem with misaligned rasters after saving project to .mlp using PyMeshLab. When I save it using meshlab everything works fine - Tested on : Windows...
Hi, Currently, this useful lib could not be installed via pip on my M1-chip Mac. Do you have any plan for providing the installation option? Thank you.
The filter works fine locally but crashes in a docker container (or if `DISPLAY` is unset in local machine) with no error msg but core dump (aborted). Now, further inspection...
[Documentation][MeshSet] Hello, I found that print_status of MeshSet only print if set_verbosity(True) before. Maybe it is the case of all other print_*** It is to be indicated in documentation of...
Hello, Thanks for this awesome library. We're using it to do some mesh processing. We have some issues using hausdorff distance. The script keeps increasing used memory, without any drop....
Hi, please enable conda install for pymeshlab if possible. Thank you.
Hi, I am trying to use the filter `parametrization_voronoi_atlas()` on some `.ply` files with color per vertex in order to extract the corresponding texture maps. While on some files it...
Hello, I was able to reproduce this in Python 3.8.8 on my MacOS 11.5 as well as Google Colab. Trying to run the Shape Diameter Function crashes the kernel using...
When using the filter "mls_projection_apss" with default paramters in for loop everything works as it should, i.e., "currentmesh" and "proxymesh" uses the id of current mesh. However, when a parameter...