Releases: menpo/menpo3d
v0.8.0
0.4.2
Python 3.x support
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
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
0.2.0
0.1.0
This release updates the viewing in Menpo3d to match the new viewing API in Menpo v0.4.0.
0.1.0a1
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.