Skip to content

Fix the location of the OpenVDB output for vtkImageData

When exporting OpenVDB files from vtkImageData, the vtkImageData's Origin and Spacing were not taken into account and this caused issues when importing these OpenVDB files into other packages. This change fixes that bug.

Merge request reports