Re: [Paraview] Python Render() has no effect

2009-10-14 Thread Berk Geveci
You should be able to do it from C++. If you have a pqProxy/pqPipelineSource, you can call getProxy() to get the proxy object. -berk On Wed, Oct 14, 2009 at 5:18 AM, Fabian Wein fabian.w...@am.uni-erlangen.de wrote: Hi Berk, thanks for your reply! What happens if you call MarkModified(None)

Re: [Paraview] Python Render() has no effect

2009-10-14 Thread Fabian Wein
Hi, You should be able to do it from C++. If you have a pqProxy/pqPipelineSource, you can call getProxy() to get the proxy object. Sorry, I don't understand. I actually have a reader derived from vtkMultiBlockDataSetAlgorithm What happens if you call MarkModified(None) on your source

[Paraview] Python Render() has no effect

2009-10-13 Thread Fabian Wein
I'm still struggling with my live data reader. A thread calls Update() on my algorithm. This leada to a RequestData() and I give back the current data - independend of the requested time step. It's just not displayed. I tried with python Render() GetRenderView().StillRender() Show() all has no

Re: [Paraview] Python Render() has no effect

2009-10-13 Thread Berk Geveci
What happens if you call MarkModified(None) on your source proxy? On Tue, Oct 13, 2009 at 11:59 AM, Fabian Wein fabian.w...@am.uni-erlangen.de wrote: I'm still struggling with my live data reader. A thread calls Update() on my algorithm. This leada to a RequestData() and I give back the