enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 284 forks source link

Remove code that handles unsupported vtk versions (< 7) #1086

Closed rahulporuri closed 2 years ago

rahulporuri commented 2 years ago

This PR removes code that handles unsupported vtk versions i.e. any vtk version less than 7. This means that we are removing support for the old pipeline, which is what most of the changes in this PR are about.

See related #1082 .

rahulporuri commented 2 years ago

thanks for the review @mdickinson . Merging.