<div>I have a series of Plot3D files, each corresponding to a different time step of a time-dependent simulation. I want to animate this data, but I can&#39;t figure out how to make get ParaView to load a new q file when the time changes. When I couldn&#39;t do it from the GUI, I tried setting the q file from a Python script. Even then, pvbatch seems to ignore changes to the q file name after the first frame has been rendered. I&#39;m setting it using:</div>

<div> </div>
<div>grid_p3d.QFileName=&#39;/path/to/qfile.p3d&#39;</div>
<div> </div>
<div>Can anyone tell me what I need to do to load the other Plot3D q files?</div>
<div> </div>
<div>John Haiducek</div>