Skip to content

Fix wrong scalar bar range with vtkProcessId

This regression has been introduced in commit bfa4d1bd to fix 15673. See !321 (merged).

The scalar bar of vtkProcessId was in range [0, 1] instead of [0, nb_proc - 1] when applying D3 filter.

Merge request reports