[Paraview] Visualizations works converted to python code

2010-06-29 Thread rhushabh
Hi, I am working on a set of images and have to carry out many filters and changes in the color schemes before taking a snapshot of it. Can we get our work converted into python code? ... or is the work stored into some python file when we work already? so that we can only change the input file nam

Re: [Paraview] Visualizations works converted to python code

2010-06-29 Thread Utkarsh Ayachit
ParaView supports tracing your actions into Python as your are doing them in the GUI as well as save the current state in a python script. Refer to http://www.paraview.org/Wiki/Python_GUI_Tools for details. Utkarsh On Tue, Jun 29, 2010 at 7:55 AM, wrote: > Hi, > I am working on a set of images

Re: [Paraview] Visualizations works converted to python code

2010-06-29 Thread Laurent Vanboquestal
Hi, But when execute this code, do you have an 'opengl vtk window' automatically opened ? Is it possible to get rid of this window ? Thanks, Laurent On Tue, Jun 29, 2010 at 3:36 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > ParaView supports tracing your actions into Python as y