Skip to content

vtkPVFilePathEncodingHelper: fix interpreter used.

vtkPVFilePathEncodingHelper now uses the session specific interpreter provided by the vtkSIProy rather that simply using the global interpreter. This helps ensure that when using vtkPythonAlgorithm (via vtkSIPythonSourceProxy), the interpreter that has been initialized with the custom callback is used.

Addresses this issue described on discourse

Edited by Utkarsh Ayachit

Merge request reports