Skip to content

WIP: Append attributes from each timesteps

New filter 'Append Attributes Over Timesteps' (vtkMergeArraysAndTimeSteps) extends the 'Append Attributes' (vtkMergeArrays) filter. Arrays from each timestep from each input are append to the output, with the name 'originalName_input_#N_ts_#TS' where #N is the input index and #TS is the timestep.

Merge request reports