[Paraview] pvbatch, Render, WriteImage

2013-01-15 Thread Glockner Stéphane
Hello, I try to use paraview 3.98 (Linux 64b, binary package) in batch mode with pvbatch (or pvpython) to load a .pvsm file, render it and write a png image. The problem is that the png image does not match the expected one. Rotation and zoom are not applied. In the render window, the image app

Re: [Paraview] pvbatch, Render, WriteImage

2013-01-16 Thread Utkarsh Ayachit
Try calling the following at the start of the script: from paraview.simple import * paraview.simple._DisableFirstRenderCameraReset() Utkarsh On Tue, Jan 15, 2013 at 4:57 PM, Glockner Stéphane wrote: > Hello, > > I try to use paraview 3.98 (Linux 64b, binary package) in batch mode with > pvbatc