Skip to content

Merge block point override

Merge block filter is now point global id aware

There was no way to tell vtkAppendDataSets to not merge a specific set of points. It is now possible by using points global ids. If a point can be merge but has a different global id, it is not merged.

Adresses paraview/paraview#19961 (closed)

Merge request reports