Re: [Paraview] problem with python script generated by trace for simple plot

2011-10-02 Thread pat marion
If you edit the script and move the WriteImage() call to the very end, it will work if you run the script form the python console in the paraview gui. Is the script you posted exactly what was generated, or did you move the WriteImage() while trying to debug it? Also, you're right that it

Re: [Paraview] problem with python script generated by trace for simple plot

2011-10-02 Thread pat marion
Is it possible to disable showing the small window which shows the result of script? Unfortunatley, no. Paraview can be compiled in a mode to do software rendering which does not require windows, but the paraview releases don't have this ability. If you're concerned about speed, it would be

Re: [Paraview] problem with python script generated by trace for simple plot

2011-10-02 Thread ali rostai
Thanks, Excuse me I forgot to add cc. Currently the performance is not such big problem and this was just a question in my mind. Ali On Sun, Oct 2, 2011 at 7:45 PM, pat marion pat.mar...@kitware.com wrote: Is it possible to disable showing the small window which shows the result of script?