PyMeshLab
PyMeshLab copied to clipboard
The open source mesh processing python library
pymeshlab.pmeshlab.PyMeshLabException: Error encountered while exportering file ./outputs/mesh_gt/rgb/0067.obj: Can't open file
I am generating cross-section slices using _ms.apply_filter('generate_polyline_from_planar_section', planeaxis=planeaxis, planeoffset=planeoffset, createsectionsurface=True)_ I then _use ms.apply_filter('get_geometric_measures')_ to get properties (like area) for the section (so I need the meshes). I then save...
Script runs through and does not complain about non-existing mlx-file. ``` ms = ml.MeshSet() ms.load_new_mesh(point_cloud) ms.load_filter_script("meshlab_filter_script.mlx") ``` Script is called from Matlab and warning is not printed. Throwing a Python...
Here is the code and log printed: ``` python import pymeshlab as ml ms = ml.MeshSet() print('Loading source mesh') ms.load_new_mesh('sub.obj') # load source mesh print('Loading target mesh') ms.load_new_mesh('sub.ply') # load...
This bug was revealed by this [question in stack overflow](https://stackoverflow.com/questions/76380075/). Exporting a file with textures to .obj file format does not include texture filename in the .mtl files if the...
How to use `generate_sampling_poisson_disk` with `Refined Existing Samples` checked? We can select a base mesh and set it as `Samples to be refined` in MeshLab, but I don't know how...
Hi @alemuntoni , thanks for your amazing work. May I ask if I can disable or silence the warning infos? I've tried set_verbosity(False) but it didn't work. `InfoLog ---> :/SdfGpu/shaders/vertexShaderDepthPeeling.vs...
Hello, I want to convert obj format with textures to ply with color, but I do not find the interface to read texture. Please give me a suggestion. Thanks very...
I am running my script on a remote server, the system info is as following: NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"...
Dear developer, I have been using pymeshlab to fulfill a requirement recently. I read in two stl files corresponding to two modes of the same object (characterized by having the...