Skip to content

vtkImageVolumeRepresentation: fix wrong plane position for cropping

Lucas Givord requested to merge lucas.givord/paraview:fix_image_cropping into master

In a distributed context, the crop feature generates previously an incorrect plan for each rank which leads to some missing voxels.

It previously compute this plane by using the bounds of the current rank instead of the global one.

fix #22681 (closed)

backport: release

Merge request reports

Loading