<div dir="ltr"><div><div><div>Hi all, <br><br>Just one trick for those who could be disappointed, as me, to not see the <i>RequestInformation</i> tab in the <i>Programmable Filter</i> or <i>Programmable Source</i>, which is necessary to handle time : see <a href="http://www.paraview.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters.#Producing_Data_with_Timesteps_.28Source.29">http://www.paraview.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters.#Producing_Data_with_Timesteps_.28Source.29</a><br>

<br></div>You have to check the little gear under the question mark, right to the Delete Button of the Programmable Source or Filter, since Request information is now considered as an advanced property. <br><br></div>Hope that this is clear enough and will save 10 minutes to others :) <br>

<br></div>Best regards, <br><br>A. Marsan<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-06 11:26 GMT-05:00 Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span>:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">> Maybe the last variable 'req_timesteps[0]' is wrong, isn't it?<br>
> My code is working with 'req_time'.<br>
<br>
</div>That's correct. I fixed it the Wiki.<br>
<div class=""><br>
> Then I have one question.<br>
> What does the function SetOutputTimesteps() of RequestInformation means?<br>
> I tested to remove the block, but the source still works as before.<br>
<br>
<br>
</div>SetOutputTimesteps tells the pipeline what timesteps this source<br>
produces. VTK will not call RequestData() on a filter when time value<br>
requested changes unless the filter said it was time-dependent.<br>
<span class="HOEnZb"><font color="#888888"><br>
Utkarsh<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div>