Skip to content

vtkImageVolumeRepresentation: fix crash in cave mode

This fixes the crash reported in #21420 (closed) for me. It turns out that the default vtkImageData removed here as a part of !3931 (merged) was actually important for making sure the client and server were in sync about the number of times they needed to send/receive data.

Merge request reports