Skip to content

BUG: vtkProbeFilter stored state which did not work for multi-block data.

Dan Lipsa requested to merge danlipsa/vtk:resample-mesh-multiblock-15397 into master

For multi-block data, the pipeline calls vtkProbeFilter for each block of the multi-block mesh. vtkProbeFilter used the same array as vtkValidPointMask which resulted in all blocks writing to the same array.

Merge request reports