SlicerIGT / aigt

Deep learning software modules for image-guided medical procedures
http://www.slicerigt.org
BSD 3-Clause "New" or "Revised" License
58 stars 41 forks source link

Fix bug preventing SingleSliceSegmentation export of multiple scenes without restarting Slicer #28

Closed markasselin closed 2 years ago

markasselin commented 2 years ago

On MRML scene close the SingleSliceSegmentationLogic.LabelmapNode member was left dangling when the vtkMRMLLabelMapVolumeNode it points to was removed, causing a crash on successive exports

ungi commented 2 years ago

Thank you!