[Paraview] TimerEvents not fired while dragging mouse in vtkRenderWindow

2017-11-12 Thread Kolja Petersen
Heya, I paste some code below, which displays an empty vtkRenderWindow with an interactor. The interactor fires a TimerEvent every 100ms as printed by the Observer. The problem: when I press a mouse button in the vtkRenderWindow, the TimerEvents stop to be reported, although I need to process data

Re: [Paraview] Importing paraview.simple in external python environment

2017-11-12 Thread Aron Helser
Hi, If you set your PYTHONPATH and PATH environment variables correctly, you'll be good. This wiki gives some pointers on how to do it: https://www.paraview.org/Wiki/ParaView/Python_Scripting#Getting_Started Regards, Aron On Sat, Nov 11, 2017 at 2:55 PM, Ke Gao wrote: > Does anyone know how to

[Paraview] pvbatch

2017-11-12 Thread Scott, W Alan
What are the magic cmake switches, for superbuild, that are used to build a non MPI, Mesa version of pvbatch? Where is this documented? Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/op

Re: [Paraview] pvbatch

2017-11-12 Thread Joachim Pouderoux
Alan, pvbatch and pvpython are both built as long as PARAVIEW_ENABLE_PYTHON is turned ON in its CMake. So for the superbuild, it is just requires to enable Python. For Mesa, you are supposed to enable Mesa (only supported on Linux for sure). To summarize: $ cmake -DENABLE_python=ON -DENABLE_mpi

Re: [Paraview] TimerEvents not fired while dragging mouse in vtkRenderWindow

2017-11-12 Thread Joachim Pouderoux
Kolja, As it is a VTK Python related question, please address this issue to the VTK mailing list instead. Best, *Joachim Pouderoux*, PhD *Technical Expert - Scientific Computing Team* *Kitware SAS * 2017-11-12 17:15 GMT+01:00 Kolja Petersen : > Heya, > I paste some cod

Re: [Paraview] Information tag in xdmf file crashes paraview

2017-11-12 Thread Joachim Pouderoux
Hello, Could you provide more details on the issue you described? - What version of ParaView are you using? - Which version of the ParaView XMDF reader do you use (2 or 3)? Providing a data sample with an example of the tag you are trying to add could be very helpful too. Best, *Joachim Pouder

Re: [Paraview] Error reading timeseries with spatial grid collection with XDMF

2017-11-12 Thread Joachim Pouderoux
Nikos, It looks like you are using the Xdmf2 based reader. Did you give a chance to the one based on Xdmf3? What version of ParaView are you using? Can you provide a full dataset we could use to reproduce the issue? Best, *Joachim Pouderoux*, PhD *Technical Expert - Scientific Computing Team*