Page MenuHomePhabricator

Shape Model disappeares when selecting it in data manager
Closed, ResolvedPublic

Description

Not sure if this is really a bug.
But when clicking on a shape model button, the shape model is shown as a child of the selected image in data manager. When clicking on it in data manager, the button is deselected and the shape model is removed.

Quite annoying...

Better behaviour would be:

  • Do not show it at all in data manager, or
  • Do not deselect the button when clicked outside

Event Timeline

I think this behavior is caused on the selection service.
Deselected reference node -> ToolManager gets notified -> there is no reference image anymore for the tool -> tool is deactivated -> ...

Would it be possible to not show the model at all in data manager, then?
At least for 3M, the user should anyways not be able to do something with the model except for using it for segmentation.

[SVN revision 20154]
FIX (#2930): hide shape models in data manager because they are only temporary objects to generate a segmentation

Forgot to commit one property

[SVN revision 20155]
FIX (#2930): hide shape models in data manager because they are only temporary objects to generate a segmentation

Now it really looks fixed to me