Skip to content

Releases: cnr-isti-vclab/PyMeshLab

PyMeshLab v2023.12.post1

PyMeshLab v2023.12

12 Dec 15:18
Compare
Choose a tag to compare
Set PyMeshLab version to 2023.12

PyMeshLab v2022.2.post4

21 Apr 09:34
Compare
Choose a tag to compare

Commits

  • d279bdd: enforce linux packages to be installed only on systems with glibc >= 2.31 (Alessandro Muntoni)

PyMeshLab v2022.2.post3

10 Mar 13:47
Compare
Choose a tag to compare

Bugfixes and add support to python 3.11

PyMeshLab v2022.2.post2

08 Mar 12:02
Compare
Choose a tag to compare
Update PYML_VERSION to 2022.2.post2

PyMeshLab v2022.2

25 Feb 14:23
Compare
Choose a tag to compare
Update PYML_VERSION to 2022.2

PyMeshLab v2021.10

28 Oct 13:28
Compare
Choose a tag to compare

You can check the changelog here

PyMeshLab v2021.07

22 Jul 10:23
Compare
Choose a tag to compare

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

21 May 16:12
Compare
Choose a tag to compare

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>')

PyMeshLab v0.2

27 Feb 11:03
Compare
Choose a tag to compare

Changelog:

  • run filters methods directly from MeshSet (e.g. ms.convex_hull() instead of ms.apply_filter('convex_hull'))
  • create new Mesh takes custom per vertex and per face quality values
  • plugins that need GLContext work now
  • possibility to enable cpu opengl on windows with pymeshlab.use_cpu_opengl()
  • bugfix on input file parameters
  • other small bugfixes and performance improvements