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

Improve selection system to select child components / elements of top level elements in a scene #133

Open
itsdouges opened this issue Sep 25, 2023 · 0 comments
Labels
New feature New feature or request

Comments

@itsdouges
Copy link
Collaborator

Rough idea of the behaviour:

  • clicking anything in left panel directly selects the object in the scene
  • single clicking an object in the scene would select objects in the current level
  • double clicking would go down a level and select the child
  • How would we articulate current level in the UI?
  • need to explore what UX is familiar here, check out Figma / Spline for inspiration

Technical notes:

  • the current system relies on the global set path and exportName. We can bring those into state and then update the logic to handle it being dynamically set. Those values would be used to filter valid selections.
  • this feature might make sense to work on after refactoring the selection system off groups (issue: ?)
@itsdouges itsdouges added the New feature New feature or request label Oct 8, 2023
@itsdouges itsdouges changed the title Select child scene objects Improve selection system to select child components / elements of top level elements in a scene Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant