Skip to content

Fix for transfer function getting automatically rescaled when it shouldn't

Andrew Bauer requested to merge acbauer/paraview:rescale_LUT_bg into master

When running Catalyst and the user has specified a range for the lookup table and then adds in other filters like a Calculator filter this was causing the lookup table range to get rescaled even though it should not have been getting rescaled.

Fixes #18373 (closed).

Merge request reports