Hi, 

I am currently working on a customization of ParaView (PV 3.98.1) which uses 
its animation capabilities. Hence I need to set TIME_STEPS in the  
requestInformation method of my source plugin. It works quite nicely in fact. 

An issue occurs, when I create a second instance of the same type of source. 
The second source has different time information compared to the original 
source. I would like to use this second time information. But it seems that the 
time information is not updated when the requestInformation method is called 
for the new  source. In the requestData method I retrieve the time information 
via

time =outInfo->Get(vtkStreamingDemandDrivenPipeline::UPDATE_TIME_STEP());

This returns the old time information. How can I enforce an update in ParaView? 
I believe something similar was discussed in:  
http://public.kitware.com/pipermail/paraview/2010-November/019492.html. But 
unfortunately the answer seems to be cut off. 

Any ideas or help is very much appreciated.

Many thanks and best regards, 

Anton


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to