You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains a wrapper class of vtk's polydata. All constructed plots are
now based on this as it's much easier to use.
Added print flushing to BaseFigure.show() to try to get it to finish
printing before the render opens. It's not brilliant.
unicode_paths.py
Full support for non ascii characters in paths which vtk can't handle.
Uses a PathHandler class. This has been built into the screenshot
feature and the VTK STL reader.
MeshPlot.py
Updated to allow numpy-stl or vtk to try to read directly from a path.
The vtk reader has a hole in it somewhere and doesn't support every
file. Hence rabbit.stl test model is duplicated and rewritten as
rabbit2.stl. Hopefully at least one will work.
0 commit comments