[Paraview] Python Render() has no effect

Berk Geveci berk.geveci at kitware.com
Wed Oct 14 07:54:24 EDT 2009


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.wein at am.uni-erlangen.de> wrote:
> Hi Berk,
>
> thanks for your reply!
>
>> What happens if you call MarkModified(None) on your source proxy?
>
> This made me research what a source proxy is (I tried to do it without
> python, just with C++) but now it seems that python is the choice.
>
> So far thanks for the direction, details later.
>
>>> 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()
>
> Fabian
>


More information about the ParaView mailing list