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

Add multi-select and ensure it works for toggling the visiblity of multiple muscles #833

Open
tgeijten opened this issue Apr 3, 2024 · 1 comment

Comments

@tgeijten
Copy link

tgeijten commented Apr 3, 2024

For models with many muscle lines, I often wish to show/hide a large groups of muscles in order to reveal underlying muscles. It seems I can only hide one muscle at a time though. My ideal workflow would be:

  1. Select multiple muscles in the navigator, by holding Control or Shift while left clicking
  2. Right click -> Display -> Show/Hide
@adamkewley
Copy link
Collaborator

Hi,

This is a very good suggestion and something I'd like to do. The thing holding it up right now is that the current internal API design assumes one thing is selected (e.g. there's something like getSelected in the UI's datamodels) and that really needs to be ripped up and redesigned.

It'll take time because certain widgets (e.g. the property editor) will then need to be fiddled a bit to ensure that they're ready to editing multiple components at once!

@adamkewley adamkewley changed the title Changing the visibility of multiple muscles Add multi-select and ensure it works for toggling the visiblity of multiple muscles May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants