Skip to content

Making vtkPythonCalculator behave the same for datasets and composite datasets

Forcing the pipeline to iterate through all of the blocks in a composite dataset when using the vtkPythonCalculator so that behavior for a given Expression is independent of the input dataset. This should only affect behavior when using numpy functions directly that operate on fields, e.g. numpy.swapaxes(Gradients, 1, 2).

Merge request reports