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

Hiding object by using object tree does not hide the bounding box #545

Closed
trungleduc opened this issue Oct 25, 2024 · 2 comments · Fixed by #555
Closed

Hiding object by using object tree does not hide the bounding box #545

trungleduc opened this issue Oct 25, 2024 · 2 comments · Fixed by #555
Assignees
Milestone

Comments

@trungleduc
Copy link
Member

cadbug.mp4
@trungleduc trungleduc added this to the 3.0.0 milestone Oct 25, 2024
@martinRenou
Copy link
Member

We may want to look at how we are hiding the mesh.

The bounding box should be part of the associated mesh group:

  • if not, we should fix this
  • if it is already, are we not hiding the entire mesh group properly?

The bounding box creation may also be misplaced in the current implementation. It should probably be created at the same time as the mesh, and hidden/shown upon selection, instead of re-creating it upon each selection

@arjxn-py
Copy link
Member

Thanks both, this gives me a good idea & i'd be on it

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

Successfully merging a pull request may close this issue.

3 participants