PyMeshLab

The open source mesh processing python library

Popularity
4.4
Growing
Activity
6.4
-
930
24
79

Description

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.

Programming language: C++
License: GNU General Public License v3.0 only

PyMeshLab alternatives and similar packages

Based on the "Imagery" category.
Alternatively, view PyMeshLab alternatives based on common mentions on social networks and blogs.

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.

Do you think we are missing an alternative of PyMeshLab or a related project?

Add another 'Imagery' Package

README

PyMeshLab

DOI

BuildAndTest

Documentation Status Downloads

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.

Documentation

You can find the official documentation here.

Install PyMeshLab

You can easily install PyMeshLab using pip:

pip3 install pymeshlab

Run PyMeshLab

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

Build PyMeshLab

See the [src](src/README.md) folder that contains the instructions to build PyMeshLab.

License

The PyMeshlab source is released under the [GPL License](LICENSE).

Copyright

 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 \

References

DOI

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}
}

Contacts

  • Paolo Cignoni (paolo.cignoni (at) isti.cnr.it)
  • Alessandro Muntoni (alessandro.muntoni (at) isti.cnr.it)

Feedback

For documented and repeatable bugs, feature requests, etc., please use the GitHub issues.


*Note that all licence references and agreements mentioned in the PyMeshLab README section above are relevant to that project's source code only.

Do not miss the trending, packages, news and articles with our weekly report.

Awesome Python is part of the LibHunt network. Terms. Privacy Policy.

(CC)
BY-SA
We recommend Spin The Wheel Of Names for a cryptographically secure random name picker.

AltStyle によって変換されたページ (->オリジナル) /