Skip to content

Point Sprite plugin: Fix range computation for radius and opacity arrays

http://www.paraview.org/Bug/view.php?id=1511

The bug was introduced on March 2014 in d4647cbd. The problem was that vtkSMPVRepresentationProxy::GetArrayInformationForColorArray() was returning NULL if no color array currently selected (ie. in solid color mode). I bypass this by directly accessing the input array information.

Merge request reports