Skip to content

Updated ParaView to the new Update() API.

Berk Geveci requested to merge berkgeveci/paraview:setupdateextent-change into master

VTK was changed to deprecate a number of SetUpdateXXX() methods and replace them with a new set of UpdateXXX() methods that enable demanding pieces, extents and time from the pipeline. ParaView needed to be updated to this API.

Merge request reports