[Paraview] mouse interaction when scripting python

2010-07-28 Thread Lars Freemail
Dear all, I started with a simple python scripting example as described in this paragraph: http://www.paraview.org/Wiki/ParaView/Python_Scripting#Rendering Unfortunately I don't see any possibility to interact with the render window using the mouse (to rotate the camera, zoom, pan, ...) as I did

Re: [Paraview] mouse interaction when scripting python

2010-07-28 Thread pat marion
Hi Lars, Currently it is not possible with paraview-python. But you can make it work using vtk-python (which looks very similar to your c++ example.) See this email: http://markmail.org/message/sjt6pbkyc56l2wgl Pat On Wed, Jul 28, 2010 at 5:00 PM, Lars Freemail larsfreem...@yahoo.dewrote:

Re: [Paraview] mouse interaction when scripting python

2010-07-28 Thread pat marion
-- *Von:* pat marion pat.mar...@kitware.com *An:* Lars Freemail larsfreem...@yahoo.de *CC:* paraview@paraview.org *Gesendet:* Mittwoch, den 28. Juli 2010, 23:19:18 Uhr *Betreff:* Re: [Paraview] mouse interaction when scripting python Hi Lars, Currently it is not possible

Re: [Paraview] mouse interaction when scripting python

2010-07-28 Thread Moreland, Kenneth
Also, it should be noted that if you issue these commands from the Python Shell in the ParaView GUI, the visualization gets built in the ParaView GUI and you can then use the mouse to interact with its views as usual. -Ken On 7/28/10 3:19 PM, pat marion pat.mar...@kitware.com wrote: Hi Lars,