This script will do an in-place replacement of "import vtk" with statements like "from vtkmodules.vtkCommonCore import vtkObject", along with replacement of usages like "vtk.vtkObject" throughout the code with "vtkObject".
See: #18099 (closed)
This script will do an in-place replacement of "import vtk" with statements like "from vtkmodules.vtkCommonCore import vtkObject", along with replacement of usages like "vtk.vtkObject" throughout the code with "vtkObject".
See: #18099 (closed)