Skip to content

Fixed how vtkPolyDataNormals handles strips.

Berk Geveci requested to merge berkgeveci/vtk:fix-polydata-normals-strips into master

vtkPolyDataNormals was not duplicating cell data values for triangle strips it splits. Fixed. This fixes bug 15930.

Merge request reports