[Paraview] Python usage

2013-06-17 Thread Biddiscombe, John A.
I don't use python much so haven't really explored the paraview+python capabilities, however my tests the other day tell me that The python interface within paraview is very nice and you can create visualizations entirely from script with nice GUI interface thrown in. If you run a raw python sh

Re: [Paraview] Python usage

2013-06-18 Thread Pat Marion
Hi John, For render window interaction via pvpython, see the example script here: http://www.paraview.org/pipermail/paraview/2010-June/018059.html You probably need to update the library name in the 2nd import statement. As for your 2nd question, it is possible to create a custom ParaView app