Skip to content

Avoid using obsolete data bounds.

Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:fix_17941 into master

Due to the disconnect between the representation and its mapper, when vtkPVRenderView::SynchronizeGeometryBounds is called, there was a potential that we'd end up using bounds from obsolete data. That was causing #17941 (closed).

This fixes #17941 (closed) by ensuring that vtkPVDataDeliveryManager cleans any obsolete datasets when a new one is provided to it by the representation.

Edited by Utkarsh Ayachit

Merge request reports