Skip to content

Make vtkPythonInterpreter use vtkOutputWindow.

vtkPythonInterpreter simply posted error and text messages to cout/cerr. That made it hard to capture it. Now, vtkPythonInterpreter posts messages it receives from Python to vtkOutputWindow singleton instead.

Merge request reports