Gabriella d' Albenzio

Results 4 issues of Gabriella d' Albenzio

Slicer exits abnormally when SetBezierSurfaceControlPoints is called here: ``` ResectionNode = slicer.mrmlScene.AddNewNodeByClass("vtkMRMLLiverResectionNode") ResectionNode.SetBezierSurfaceControlPoints(points) # points are 16 control points (vtkPoints) ``` After debugging, the unexpected behavior is caused here: https://github.com/ALive-research/Slicer-Liver/blob/819813a0feff371987aa75feacd0815e30fdded5/LiverResections/MRML/vtkMRMLLiverResectionNode.cxx#L104...

bug

Slicer-Liver build on 03-11-2022 Slicer 5.1.0 (build on 02-10-2022) Data: Patient 8 of 3D-IRCADb-01dataset ![Image](https://user-images.githubusercontent.com/75131750/203007976-cad5bb50-a8cd-4fcb-8fea-53169107aa48.png) **Warning: In /home/gabi/built/SlicerVMTK-build201022/VMTK/vtkVmtk/ComputationalGeometry/vtkvmtkSteepestDescentLineTracer.cxx, line 240 ^ vtkvmtkSteepestDescentLineTracer (0x5563b9bd11d0): Degenerate descent detected. Target not reached.** OBS:...

This pull request integrates the latest features into the tutorial documentation.

This update enforces single sequence playback. Clicking a sequence button will toggle its playback state, updating the button text accordingly. Any other active sequences are stopped, with their buttons reset...