-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature Request: Select the outer most parent in hierarchy #26
Comments
are you sure that's useful? The outer most parent is the root graph, which can be very far away in either direction. Might it make more sense to do this but from the inside? every click moves you up further by one parent? Another alternative could be if it selected the highest parent-graph-instance (in this case the Box), as you probably shouldn't be modifying the nested graph directly anyways. |
To me it feels like intended and expected behaviour that I would first select the outer most parent. But regarding my point that this is expected behaviour:
I hope this kinda helped bring my point across? :D |
Starting with the root graph is certainly not a good idea. |
Currently, when clicking an Object in a Scene, it selects the 'inner most child' (See attached screenshot, where it selects "LowPoly.003").
Instead, it would be great if it would select the 'outer most parent', and on each consecutive click in that area/on that object, it should go down one child in the hierarchy.
The text was updated successfully, but these errors were encountered: