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

Prevent modification to a label #443

Open
bogovicj opened this issue May 2, 2022 · 0 comments
Open

Prevent modification to a label #443

bogovicj opened this issue May 2, 2022 · 0 comments

Comments

@bogovicj
Copy link
Contributor

bogovicj commented May 2, 2022

  • I would like to be to specify that a particular label is "unmodifiable" or "immutable"
  • I should not be able to modify the label of any voxel if that voxel's label is "immutable".
  • It would be nice to have a short cut to make all label "immutable"

Example workflow:

  • Make all labels immutable
  • Make one label mutable (A)
  • Create a new label
  • Paint with the new label
    • painting in this state is fast because existing boundaries between label A and others are preserved.

I'd call this feature label "locking" but there is currently a feature that "locks" a label, but it seems to only affect how it is displayed. I'd call the current functionality "hiding".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants