Skip to content

vtkTableBasedClipDataSet: Fix segfault when ClipFunction is not set

Spiros Tsalikis requested to merge spiros.tsalikis/vtk:fix-clip-dataset into master

In vtkTableBasedClipDataSet when ClipFunction is not set, the input array needs to be set as scalars.

Backport: paraview/release

Merge request reports