Skip to content

Add support to extract non-leaf nodes.

vtkExtractSelectedBlock didn't extract non-leaf nodes. That was a bug. Fixed that.

Added a new test extractBlocks that tests vtkExtractSelectedBlock filter.

Addresss paraview/paraview#17414 (closed).

vtkExtractSelectedBlock filter fixed to support extracting non-leaf nodes in a composite dataset.

Merge request reports