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

Location of transform visualization controls is unintuitive #2840

Closed
jleibs opened this issue Jul 26, 2023 · 4 comments
Closed

Location of transform visualization controls is unintuitive #2840

jleibs opened this issue Jul 26, 2023 · 4 comments
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself

Comments

@jleibs
Copy link
Member

jleibs commented Jul 26, 2023

Describe the bug
Based on #2577
I was expecting to be able to turn on transform visualization in the api transform_3d demo.

To Reproduce

python tests/python/test_api/main.py --test transforms_rigid_3d

Expected behavior
Expect to find an entity property to enable / disable visualization of the transforms, but no such option exists.

@jleibs jleibs added 🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself labels Jul 26, 2023
@jleibs jleibs added this to the 0.8 milestone Jul 26, 2023
@Wumpf
Copy link
Member

Wumpf commented Jul 27, 2023

They are apparently just not where you expect them?
image

image

@Wumpf
Copy link
Member

Wumpf commented Jul 27, 2023

we don't inheritance/global options on this one yet, that's probably what we're missing? I'm a bit worried our systems aren't up for the task there yet - we already have the problem that disabling interactivity on a group correctly propagates but still shows as "enabled" on all children (on an individual basis they are!)

@jleibs jleibs changed the title Transform visualization doesn't work for views with content Location of transform visualization controls is unintuitive Jul 27, 2023
@jleibs
Copy link
Member Author

jleibs commented Jul 27, 2023

You are correct, I was totally looking in the object groups because those "feel" like transform hierarchy levels, but aren't.

@jleibs jleibs removed this from the 0.8 milestone Jul 27, 2023
@Wumpf
Copy link
Member

Wumpf commented Aug 25, 2023

This is one of the many problems related to how we do grouping. We need to rethink that in general which is a different issue than just any particularities on transform controls.

@Wumpf Wumpf closed this as completed Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself
Projects
None yet
Development

No branches or pull requests

2 participants