MeshLabXML
MeshLabXML copied to clipboard
Create and run MeshLab XML scripts with Python
I'm testing the simplifying function on Colab with installation code: `pip install meshlabxm` The whole code is like this: ``` import os import sys import inspect import meshlabxml as mlx...
Hi, I have run into a problem (I had it working a couple years ago on another computer with another version of MeshLab, but now...) when trying to smooth an...
I do not know if this is the best solution but it works for those files which I changed, i.e. - smooth.py - layers.py - clean.py
Hi, I used to work with meshlabserver in my script and there were no error in code and I was able to get the desired output. But now after 1...
Hello, I've seen your work and I think it is very useful for our research projects as students. However, I've tried to do something else regarding other filters I have...
Is there any functions for calculating mesh curvatures?
I've installed meshlab with snap on Ubuntu 18.04 using `sudo snap install meshlab --devmode`. This creates the `meshlabserver` executable using the following path `/snap/bin/meshlab.meshlabserver`. Since my MeshlabServer version is 2020.07,...
Meshlab newest version (2020.07) requires an additional parameter for "Simplification: Quadric Edge Collapse Decimation" being float "PlanarWeight". The updated function I use (works): `def simplify(script, texture=True, faces=25000, target_perc=0.0, quality_thr=0.3, preserve_boundary=False,...
Hi all, I am trying to using Poisson disc sampling in a 3D mesh (a file in .off format) My goal is to do Poisson disc sampling and save the...
Hi, Is is possible to add the "clustering decimation" and "simplification: Edge collapse for marching cube meshes" filters? Thanks