[vtkusers] python vtk BadRequest
David Gobbi
david.gobbi at gmail.com
Tue Jul 19 13:27:17 EDT 2011
On Tue, Jul 19, 2011 at 11:12 AM, Eleftherios Garyfallidis
<garyfallidis at gmail.com> wrote:
>
> Are you suggesting, that I need to catch when window_exit is pressed and
> remove the renderer from the window then or is there a different way?
No need to make it that complicated. You can just call
window.RemoveRenderer(ren) on the line after iren.Start().
- David
More information about the vtkusers
mailing list