SurfaceCut : error on edit points

Sorry to bother you again.

Editing placed points in SurfaceCut generates this error :

Traceback (most recent call last):
File “/home/user/bin/Slicer_Ext/SlicerSegmentEditorExtraEffects/SegmentEditorSurfaceCut/SegmentEditorSurfaceCutLib/SegmentEditorEffect.py”, line 257, in onEdit
self.logic.setPointsFromString(self, self.segmentMarkupNode, fPosStr)
TypeError: setPointsFromString() takes 3 positional arguments but 4 were given

Using SlicerSegmentEditorExtraEffects at 9933c4c2175.

Regards.

This was resolved yesterday in BUG: Fix traceback due to incorrect number of input arguments by jamesobutler · Pull Request #40 · lassoan/SlicerSegmentEditorExtraEffects · GitHub and is available in the latest version of SegmentEditorExtraEffects that can be downloaded with the latest Slicer Preview using the ExtensionsManager.

1 Like