<div dir="ltr">Dear vtk-users,<div><br></div><div>I am using Python-Qt-VTK in order to develop a graphical interface.</div><div><br></div><div>At some point, I need to animate the view. I use the vtkActor.RotateZ function. </div><div><br></div><div>Everything works well, until I delegate the animation to a Threading.Thread. </div><div>The actors is well rotated, but I can't update the Renderer automatically. </div><div>The window is only update when I use the mouse and click on it. </div><div><br></div><div>Any tips for this ? </div><div><br></div><div>Bests, </div><div><br></div><div>- Aurélien -</div></div>