Skip to content

Python 3.x support

Compare
Choose a tag to compare
@patricksnape patricksnape released this 22 Jun 17:31
· 258 commits to master since this release

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.