Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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 the official documentation here.
You can easily install PyMeshLab using pip:
pip3 install pymeshlab
PyMeshLab has not been tested in a Conda environment, so we cannot provide support for it. If possible, please install PyMeshLab using pip
outside of Conda.
If you are a Conda developer and would like to contribute to making PyMeshLab compatible with Conda, pull requests are always appreciated :)
After installing PyMeshLab through pip:
python
>>> import pymeshlab
>>> ms = pymeshlab.MeshSet()
You can load, save meshes and apply MeshLab filters:
ms.load_new_mesh('airplane.obj')
ms.generate_convex_hull()
ms.save_current_mesh('convex_hull.ply')
And apply filters with your parameters:
ms.create_noisy_isosurface(resolution=128)
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
See the src
folder that contains the instructions to build PyMeshLab.
The PyMeshlab source is released under the GPL License.
PyMeshLab
All rights reserved.
VCGLib http://www.vcglib.net o o
Visual and Computer Graphics Library o o
_ O _
Paolo Cignoni \/)\/
Visual Computing Lab http://vcg.isti.cnr.it /\/|
ISTI - Italian National Research Council |
Copyright(C) 2020 \
Please, when using this tool, cite:
@software{pymeshlab,
author = {Alessandro Muntoni and Paolo Cignoni},
title = {{PyMeshLab}},
month = jan,
year = 2021,
publisher = {Zenodo},
doi = {10.5281/zenodo.4438750}
}
For documented and repeatable bugs, feature requests, etc., please use the GitHub issues.
FAQs
A Python interface to MeshLab
We found that pymeshlab demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.