Skip to content

Create controller as needed.

pqObjectBuilder was not creating vtkSMParaViewPipelineController as needed, instead allocating an instance during init. That's bad since it limits the ability of custom apps to override the controller to create and use. Fixed that.

Merge request reports