Skip to content

Allow appending of PolyData containing only points, without cells.

The previous code would just output an empty PolyData if appending polydata without cells. This (very small) patch enables the merging for point-only PolyData

Merge request reports