<div dir="ltr">Hi !<br><br>Here is my configuration:<br><br>I have a programmable filter that has 2 inputs:<br>- a vtkPolyData, which is an Animation (loaded from a series of files)<br>- a vtkPolyData, which is static (loaded from 1 file)<br><br>The
 filter takes some parameters in the 2nd input (single file), to ceate a
 transform, and applies it to the other input: the current frame of 
polyData that is selected by the animation.<br><div>The output is a copy of this transformed polydata<br><br></div><div>The
 problem, it seems, is that the update doesn't propagate through the 
programmable filter when I change the frame in the Animation.<br></div><div>The
 input varies, but the output of the filter doesn't. Also, I can tell 
because my programmable filter normally outputs some text, and when I 
change the frame, nothing is displayed on the output Window. THe filer 
is executed once when I hit apply, but isn't when I change frames.<br><br></div><div>The
 weird part is that it has worked only once last week, and I haven't 
been able to make it work again since. I've retried the exact same 
configuration as when it worked, but it still fails.<br><br></div><div>I
 have tried it with a single input programmable filter, with the 
animation polyData as input, and this polydata transformed as an output.
 In that case it works fine, the update is propagated through the 
programmable filter, and both input and output change when I change 
frames. This means that the problem comes from the fact that it's a 
double input filter.<br><br></div><div>When it worked, it was on 
ParaView 4.2.0, and it didn't work after. I have tried with the latest 
nightly of 4.3.1, and it has never worked on that version.<br><br></div><div>Have anyone encountered this problem, or has any ideas on how to solve it ?<br></div><div><br></div><div>Thank you very<span style="background-color:rgb(0,0,0)"><span style><span style="background-color:rgb(255,255,255)"></span></span></span> much,<br><br><br></div><div>Matthieu Heitz<br></div><div><br></div></div>