Skip to content

Add Python API for loading multiple plugins at once

T.J. Corona requested to merge tjcorona/paraview:python-load-plugins into master

When loading PV plugins, reader and writer information is updated after each plugin is loaded. This can be computationally expensive when multiple plugins are loaded in sequence. This MR adds API to simple.py to load multiple PV plugins with only a single call to update readers and writers.

@utkarsh.ayachit @mwestphal @charles.gueunet

closes #19681

Edited by T.J. Corona

Merge request reports