‘Local threshold’ segment editor effect outputs the following in Python console :
Traceback (most recent call last):
File "/home/user/programs/Slicer/bin/../lib/Slicer-5.1/qt-scripted-modules/SegmentEditorLocalThresholdLib/SegmentEditorEffect.py", line 242, in processInteractionEvents
self.apply(ijkPoints)
File "/home/user/programs/Slicer/bin/../lib/Slicer-5.1/qt-scripted-modules/SegmentEditorLocalThresholdLib/SegmentEditorEffect.py", line 481, in apply
parameterSetNode.SetMasterVolumeIntensityMask(oldMasterVolumeIntensityMask)
AttributeError: 'vtkSlicerSegmentationsModuleMRML.vtkMRMLSegmentEdi' object has no attribute 'SetMasterVolumeIntensityMask'
It seems ‘SetMasterVolumeIntensityMask’ has been removed or renamed. The segmentation completes, but the mouse cursor is never restored.
FYI, hoping for a fix.
Thank you.