Skip to content

Bug: PointInterpolatorBase NullPointsStrategy Typo

The PointInterpolatorBase source proxy had a typo that prevented users from selecting "Closest Point" as the Null Points strategy for the Point Line Interpolator, Point Plane Interpolator, Point Volume Interpolator, and Point Dataset Interpolator Filters. This bug only affects those interpolation kernels which can produce such null points, such as the Linear kernel using a radius based interpolation.

Merge request reports