Skip to content

vtkPolyDataNormals: Fix how links are Build/ShallowCopied and when they are preserved

  1. vtkPolyDataNormals now always calls BuildLinks to make sure the links are updated.
  2. vtkOrientPolyData/vtkSplitSharpEdges when shallow copying the links from another dataset first the links are set and then they are shallow copied
  3. vtkPolyDataNormals does not preserve the links it used for its computation to free-up memory.

Merge request reports