Hi,

when i run Paraview in batch mode (means using Python) and i write out export a picture i always get window with the title "Visualisation Toolkit - OpenGL" poping up. Is there a way to switch if off?

Here the code:

from paraview.servermanager import *

Connect()
LoadState("magv.pvsm")
view = GetRenderView()
view.WriteImage("test.png", "vtkPNGWriter", 1)


Best regards,

    Stefan

=================================================================

                                   Stefan Melber-Wilkending
                     _/
                   _/_/            Fields of activities:
                 _/  _/            -) High-Lift Research
         _/_/_/_/_/_/_/_/_/_/      -) Complex Configurations
       _/    _/    _/    _/        -) Numerical Wind-Tunnel
     _/    _/    _/    _/          -) Supercomputing
   _/_/_/_/_/_/_/_/_/_/            -) Visualisation Techniques
         _/  _/  _      _          -) Glider-Aerodynamics
         _/_/   | \ |  |_|
         _/     |_/ |_ | \         German Aerospace Center, DLR
                                   in the Helmholtz-Association
  Phone ..: +49 531/295-2836       Institute of Aerodynamics
  Fax. ...: +49 531/295-2320       and Flow Technology
  Email ..: [email protected]   Lilienthalplatz 7
  Web ....: http://www.dlr.de/AS   D-38106 Braunschweig/Germany
=================================================================





















_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to