Yes that was it.  I was using the vtkContourValues in a similar way to the vtkCutter and vtkContourFilter and hadn&#39;t noticed the overridden GetMTime method...<div><br></div><div>Thanks,</div><div>Paul<br><br><div class="gmail_quote">
On 1 June 2011 16:32, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Did you forget to call Modified() in the vtk-filter when the values<br>
were modified?<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Wed, Jun 1, 2011 at 11:16 AM, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt; wrote:<br>
&gt; Ok thanks - I&#39;ve created a custom panel just like pqCutPanel but now my<br>
&gt; filter only updates when something earlier in the pipeline is updated.<br>
&gt; e.g. for this pipeline: Source -&gt; MyFilter<br>
&gt; Changing &quot;MyFilter&quot; properties will allow me to apply but nothing happens.<br>
&gt;  But if I change a property in &quot;Source&quot; it will update to show the changes I<br>
&gt; have made to &quot;MyFilter&quot; properties too.<br>
&gt; Can anyone think why this is happening?  Or know a way I can debug this....<br>
&gt; Thanks,<br>
&gt; Paul<br>
&gt;<br>
&gt; On 1 June 2011 14:30, Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Paul,<br>
&gt;&gt;<br>
&gt;&gt; Both cut (pqCutPanel) and contour (pqContourPanel) panels are custom<br>
&gt;&gt; panels. We haven;t added support for the autogenerated panels to add<br>
&gt;&gt; the &quot;values&quot; widget (pqSampleScalarWidget) yet. You&#39;ll have to create<br>
&gt;&gt; a custom panel for it.<br>
&gt;&gt;<br>
&gt;&gt; Utkarsh<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jun 1, 2011 at 9:07 AM, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt; I have created a filter where I would like to let the user pick values<br>
&gt;&gt; &gt; in a<br>
&gt;&gt; &gt; similar way to the contour and slice filter.<br>
&gt;&gt; &gt; Here is an extract from my XML file:<br>
&gt;&gt; &gt;   &lt;DoubleVectorProperty<br>
&gt;&gt; &gt;         name=&quot;MyValues&quot;<br>
&gt;&gt; &gt;         command=&quot;SetMyValue&quot;<br>
&gt;&gt; &gt;         label=&quot;My Values&quot;<br>
&gt;&gt; &gt;         set_number_command=&quot;SetNumberOfMyValues&quot;<br>
&gt;&gt; &gt;         number_of_elements=&quot;0&quot;<br>
&gt;&gt; &gt;         repeat_command=&quot;1&quot;<br>
&gt;&gt; &gt;         number_of_elements_per_command=&quot;1&quot;<br>
&gt;&gt; &gt;         use_index=&quot;1&quot;<br>
&gt;&gt; &gt;         animateable=&quot;1&quot;&gt;<br>
&gt;&gt; &gt;           &lt;DoubleRangeDomain name=&quot;scalar_range&quot; min=&quot;0.0&quot; max=&quot;1.0&quot; /&gt;<br>
&gt;&gt; &gt;      &lt;/DoubleVectorProperty&gt;<br>
&gt;&gt; &gt; How can I use the widget from the cut or slice value to let the user<br>
&gt;&gt; &gt; choose<br>
&gt;&gt; &gt; the values in the Object Inspector?  Is this possible through the XML?<br>
&gt;&gt; &gt; Thanks in advance,<br>
&gt;&gt; &gt; Paul<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>