Skip to content

vtkSelectArraysExtractBlocks: RequestDataObject now checks ExtractBlockEnabled

vtkSelectArraysExtractBlocks at RequestDataObject now checks if ExtractBlockEnabled.

  1. If ExtractBlockEnabled is off, output type is the same as input type.
  2. If ExtractBlockEnabled is on, output type is defined by ExtractBlocks. We do that to handle vtkOverlappingAMR properly.

This MR addresses the ParaView side of #21552 (closed).

Backport: release

Edited by Spiros Tsalikis

Merge request reports