[Paraview] Unable to generate animations with pvbatch

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Oct 11 17:10:38 EDT 2006


Locate the pvTemp* variable assigned to the AnimationScene proxy as under:

   set pvTemp28 [$proxyManager NewProxy animation AnimationScene]

at the end of the batch file but before:
   $proxyManager UnRegisterProxies

add:
   pvTemp28 Play ;# to play the animation.

pvTemp28 is vtkSMAnimationSceneProxy, so you can call any other method 
on it as well, such as SaveImages.

Utkarsh.

Kent Eschenberg wrote:
> This problem was added to the bug list on 6/14/2005 (#1935) and is still present in 2.4.4. It looks like the keyframe descriptions are already present in the batch script made by paraview.
> 
> Has anyone figured out what to add to the batch script to run throught the animation and generate frames?
> 
> Thanks!
> 
> Kent
> Pittsburgh Supercomputing Center
> 
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
> 



More information about the ParaView mailing list