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 doesn't

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 mo

Re: [Paraview] Plot over line CSV export python script not working

2011-10-02 Thread Luca Giannelli
Thank you very much Andy, with your precious help I have been able to find out a working solution for what I need. I foud out the the original script is completly functional without any modification the only BIG ISSUE was the the Paraview binaries provided by the Ubuntu Repositories do not pro

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 wrote: > > Is it possible to disable showing the small window which shows the result > of script? > > Unfortunatley, no

[Paraview] How to execute the Plot Over Line with a Python script and export to CSV

2011-10-02 Thread Luca Giannelli
Howdy. I have been looking through the Internet to find a solution for how to have the Plot over line executed automatically through a Python script. I was able to find some sources here on the Paraview mailing list but nobody reporting a fully functional script (at list for my case). So I will sh