Changelog¶
Release history for motmot. Breaking changes are highlighted in red text.
v0.3.1¶
Fix numpy-stl assertion when saving an STL with no name.
v0.3.0¶
Add
Mesh.save()
to write to STL file.Support reading raw file handle numbers (like the builtin
open()
function).
v0.2.0¶
Add
Mesh.reverse_faces
property.
v0.1.0¶
Initial release.