You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ector node
The connector node currently only supports a limited number of outgoing node types (Volumes, Models, Transforms, Text, etc.).
Some nodes, such as vtkMRMLAnnotationRulerNode are technically "vtkMRMLModelNode", and so are listed in the node selector, but caused Slicer to crash when added as an outgoing node.
This commit should fix the crash and log an error message when an invalid outgoing node reference is added.
re #96
The reason that the vtkMRMLAnnotationRulerNode is shown in the node selector is that it is a subclass of vtkMRMLModelNode, which is one of the supported types.
Do we want to send the ruler as a model through OpenIGTLink?
We should not show nodes that cannot be transferred; or at least not crash but log an error if user attempts to send a non-supported MRML node.
See details here: https://discourse.slicer.org/t/openigtif-trajectory-message/8280/2
The text was updated successfully, but these errors were encountered: