Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Make Grow from seeds effect input requirements more clear #7326

Merged
merged 1 commit into from
Oct 31, 2023

Commits on Oct 31, 2023

  1. ENH: Make Grow from seeds effect input requirements more clear

    Grow from seeds effect requires at least 2 visible segments as input if no editable region is specified, and at least 1 visible segment if editable region is specified.
    When the requirement was not fulfilled then the user did not know what was wrong, because there was no visible notification on the GUI (only in the application log),
    see for example https://discourse.slicer.org/t/grow-from-seeds-does-not-work-if-painting-only-one-segment/32452/6
    
    This commit adds display of the error in a popup window if there are not enough input segments.
    A notification on the status bar is added if segmentation is canceled due to removal of an input segment.
    lassoan committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5d05201 View commit details
    Browse the repository at this point in the history