Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: menpo/menpo3d

v0.8.0

16 Nov 12:58
fd0b5a1

Choose a tag to compare

  • Moved away from cyrasterize and officially adopt moderngl as the new renderer
    • This makes it much easier to maintain and will allow this to be the first release that lives on conda-forge

0.4.2

05 Aug 20:48

Choose a tag to compare

v0.4.2

v0.4.2

Python 3.x support

22 Jun 17:31

Choose a tag to compare

Python 3.x is finally supported given the release of VTK 7 and Mayavi 4.4.

However, this is a breaking change as we remove other non-Python 3 projects such as pyvrml. We have also removed cyassimp for compatibility purposes. Therefore, we have lost the ability to import many types that were previously importable, most notable OFF and PLY files. Hopefully they will be added in a followup PR soon.

All mesh importing is now handled by VTK.

Add Non-rigid ICP

14 Dec 14:36

Choose a tag to compare

This version adds a non-rigid ICP implementation. Note that this is far more efficient when suitesparse is used for the sparse solving.

0.2.2

11 Aug 13:33

Choose a tag to compare

Bugfix: non_rigid_icp is now properly exposed:

from menpo3d.correspond import non_rigid_icp

0.2.0

30 Jun 10:48

Choose a tag to compare

v0.2.0

move to condaci 0.2.4

0.1.0

05 Feb 17:27

Choose a tag to compare

This release updates the viewing in Menpo3d to match the new viewing API in Menpo v0.4.0.

0.1.0a1

04 Nov 10:03

Choose a tag to compare

0.1.0a1 Pre-release
Pre-release

This is the first release of the menpo3d package to the public and currently represents an alpha stage build.

This contains all the code for visualising and rasterizing 3D meshes.