You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyMeshLab is a Python library that interfaces to MeshLab, the popular open source application for editing and processing large 3D triangle meshes. Python bindings are generated using pybind11.
You can find all the names and parameters of the filters in the List of Filters page of the documentation.
To run the tests:
pip3 install pytest
pytest --pyargs pymeshlab
Build PyMeshLab
See the src folder that contains the instructions to build PyMeshLab.
License
The PyMeshlab source is released under the GPL License.
Copyright
PyMeshLab
All rights reserved.
VCGLib https://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Paolo Cignoni \/)\/
Visual Computing Lab https://vcg.isti.cnr.it /\/|
ISTI - Italian National Research Council |
Copyright(C) 2020 \
References
Please, when using this tool, cite:
@software{pymeshlab,
author = {Muntoni, Alessandro and Cignoni, Paolo},
title = {{PyMeshLab}},
month = jan,
year = 2021,
publisher = {Zenodo},
doi = {10.5281/zenodo.4438750}
}