Skip to content
  • Andras Lasso's avatar
    Fix vtkTubeFilter corrupting input polydata cells · 08c9262b
    Andras Lasso authored
    vtkTubeFilter removed non-unique points from cells of its input polydata. This data corruption caused issues for example when the same polydata was used as input by various filters.
    
    Fixed by making a copy of point indices before removing non-unique points.
    08c9262b