Skip to content
  • David Gobbi's avatar
    Don't pass subject for Python DeleteEvent · f06e3ccf
    David Gobbi authored
    When Python observed a VTK DeleteEvent, it called GetObjectFromPointer()
    to try to get (or make) a Python object for the vtkObject that invoked
    the event.  Obviously if a vtkObject is being deleted, we do not want to
    create a new Python object that references it.
    f06e3ccf