Hi Tim, Are you loading a sequentially numbered file series? If so, you could simply renumber the names of the files in the second and third files so they range from 0 to 750.
Another option is to use a .pvd file to describe the time series and explicitly list the times for each file. See http://www.paraview.org/Wiki/ParaView/Data_formats#PVD_File_Format for details. HTH, Cory On Tue, Jul 26, 2016 at 9:05 AM, Tim De Coster <[email protected]> wrote: > Hey all, > > I'm trying something very simple, but it doesn't seem to work. I have > multiple sequences of data that can be played in an animation. All these > sequences follow each other, creating one long animation. They all have a > length of 250 steps, but when I load them, they all play at the same time > (the first 250 steps) and I can't figure out how to shift the second > animation to (250,500) and the third one to (500,750) etc. A solution is of > course to make separate movies and edit them in an external movie-editor, > but I am pretty sure that ParaView should be able to handle this problem. > Could anyone please help me (either by an explanation on how to do this > manually in the animation view, or by providing me with a simple script)? > > With kind regards, > Tim > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen R&D Engineer Kitware, Inc. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
