-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
14 changed files
with
825 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.