Releases: cnr-isti-vclab/PyMeshLab
Releases · cnr-isti-vclab/PyMeshLab
PyMeshLab v2023.12.post2
No new main features in this release.
Just:
- bugfixes
- support numpy >= 2.0
- native support to MacOS arm
- native support to Linux aarch64
PyMeshLab v2023.12.post1
Set PyMeshLab version to 2023.12.post1
PyMeshLab v2023.12
Set PyMeshLab version to 2023.12
PyMeshLab v2022.2.post4
Commits
- d279bdd: enforce linux packages to be installed only on systems with glibc >= 2.31 (Alessandro Muntoni)
PyMeshLab v2022.2.post3
Bugfixes and add support to python 3.11
PyMeshLab v2022.2.post2
Update PYML_VERSION to 2022.2.post2
PyMeshLab v2022.2
Update PYML_VERSION to 2022.2
PyMeshLab v2021.10
You can check the changelog here
PyMeshLab v2021.07
Changelog:
- based on MeshLab 2021.07
- import/export of e57 file format
- import of gltf/glb file format
- export of nxs/nxz file format
- new mesh boolean filters
- possibility to add custom attributes to meshes
- possibility to create polygonal meshes
- possibility to choose if save textures when saving mesh
- added some dunder methods to MeshSet class
- bugfixes
PyMeshLab v0.2.1
Changelog:
- based on MeshLab 2021.05
- bugfixes
- possibility to export per wedge texcoords from meshes
- possibility to laod MeshLab plugins at runtime with
pymeshlab.load_plugin('<myplugin>')