[vtkusers] Python Threading and VTK rendering

Aurélien Marsan aur.marsan at gmail.com
Tue May 15 11:56:07 EDT 2018


I found the following thread which is dealing with the same topic.
http://vtk.1045678.n5.nabble.com/animation-while-renderer-responsive-td5747316.html

2018-05-15 11:51 GMT-04:00 Aurélien Marsan <aur.marsan at gmail.com>:

> Dear vtk-users,
>
> I am using Python-Qt-VTK in order to develop a graphical interface.
>
> At some point, I need to animate the view. I use the vtkActor.RotateZ
> function.
>
> Everything works well, until I delegate the animation to a
> Threading.Thread.
> The actors is well rotated, but I can't update the Renderer automatically.
> The window is only update when I use the mouse and click on it.
>
> Any tips for this ?
>
> Bests,
>
> - Aurélien -
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180515/7625d24f/attachment.html>


More information about the vtkusers mailing list