PyMeshLab icon indicating copy to clipboard operation
PyMeshLab copied to clipboard

The open source mesh processing python library

Results 102 PyMeshLab issues
Sort by recently updated
recently updated
newest added

Hi, @alemuntoni , @jmespadero, I'd like to report a vulnerability issue in **pymeshlab_2022.2.post2**. ### Issue Description **pymeshlab_2022.2.post2** directly or transitively depends on ***123*** C libraries (.so)(I download it from PyPI)....

help wanted
wontfix

hello, I installed pymeshlab via pip and when I import pymeshlab, I got the error '/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found '. How can I solve it ?

Hello! I am having a go at getting PyMeshLab installed on Linux. I used `pip3 install pymeshlab` to install.Everything seems to install fine - however when I try to load...

I got the wedge texture coordiantes, and I want to get the wedge's pixel coordinate of texture map.

I want get the pixel value of texture by per wedge texture coordinate index, but I can not realize it by the following code. ``` ms = meshlab.MeshSet() # Load...

How to get indices into F of birth face like [igl::qslim](https://github.com/libigl/libigl/blob/2869f9862926ef6e6acc5e2fa0b51f8fd165e22f/include/igl/qslim.h#L31)?

wontfix

If you apply filter 'compute_matrix_by_fitting_to_plane' with verbosity=True, the rotation results are shown in the output. _LOG: 2 Using 1758 vertices to build a fitting plane LOG: 2 Fitting Plane avg...

I am splitting a watertight mesh of a spear point into upper and lower halves using conditional face selection (fnz > 0). My goal is to extract the _ordered_ polyline...