[vtkusers] Python Threading and VTK rendering
Aurélien Marsan
aur.marsan at gmail.com
Tue May 15 11:51:53 EDT 2018
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/b48a2015/attachment.html>
More information about the vtkusers
mailing list