Skip to content

ImportAsVTKData: Remove vtkCMBGeometryReader as a .vtk file reader

T.J. Corona requested to merge tjcorona/smtk:fix-unit-test into master

Within smtk::extension::vtk::io::ImportAsVTKData, vtkCMBGeometryReader was flagged as "able to import .vtk files", but in reality it expects a pretty custom data format. On Kerbin, this reader was sometimes preferred over the much simpler importer that used vtkDataSetReader. this MR removes the .vtk suffix from the list of files that are imported using the vtkCMBGeometryReader within smtk::extension::vtk::io::ImportAsVTKData.

Merge request reports