[Paraview] Getting the actual keyframe index

2013-03-06 Thread Christian Andreas
Hello, I try to save an animation of a file series read by my own reader. Together with each output file I would like to store the actual time given by the UPDATE_TIME_STEP(). I need this information to link externally generated plots with the output image and to join the plots with the paravi

Re: [Paraview] Getting the actual keyframe index

2013-03-06 Thread Utkarsh Ayachit
Not as easy as it sounds since ParaView doesn't really have a notion of key-frame index. But try adding a new "Python" animation track and then using a script something like follows. When you play the animation you'll see the index increasing. # def start_cu