Skip to content

ParaViewWeb: Bugfix loading plugins

paraview.simple.LoadPlugin should not be called with ns=globals() here, since when initializing a filter, source or reader (here and here) we look for whatever is loaded inside paraview.simple.__dict__. So, looking for something added through LoadPlugin would result in a KeyError.

Suggested solution: Remove the kw ns=globals() in LoadPlugin.

Edited by David Berger

Merge request reports