[Paraview] How to create an animation on filters

Robert Maynard robertjmaynard at gmail.com
Wed Apr 9 07:16:39 EDT 2008


You could do this by wrapping the file reader you are using in a file 
series reader, you can find a guide on how to do this at 
http://www.vtk.org/Wiki/Animating_legacy_VTK_file_series. This is what I 
used for a couple custom readers I wrote that wanted to animate over 'time'.

Pooja Gupta wrote:
> Hi,
>  
> I was trying to create an animation in ParaView 3.2.1.
> I want to make an animation not on a specific dataset but a 
> collection  (say n) of datasets. Hence I load my 20 datasets and want 
> to make an animation where each  dataset becomes 'visible'  for 
> sometime and then disappears, when the next dataset would become 
> visible. That is:
> frame-1: Dataset1 visible & Dataset 2-n invisible
> frame-2: Dataset2 visible & Dataset1, 3-n invisible
> ....
> frame n: Dataset-n visible & Dataset1 - n-1 invisible
>  
> If someone can help with the steps to do so, that would be greatly 
> helpful.
>  
> Thanks.
>
> ------------------------------------------------------------------------
> You rock. That's why Blockbuster's offering you one month of 
> Blockbuster Total Access 
> <http://us.rd.yahoo.com/evt=47523/*http://tc.deals.yahoo.com/tc/blockbuster/text5.com>, 
> No Cost.
> ------------------------------------------------------------------------
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>   


More information about the ParaView mailing list