hs-furtwangen / FUDGE

https://hs-furtwangen.github.io/FUDGE/
MIT License
2 stars 0 forks source link

Feature Request: Select the outer most parent in hierarchy #26

Open JulienTrue opened 4 hours ago

JulienTrue commented 4 hours ago

Currently, when clicking an Object in a Scene, it selects the 'inner most child' (See attached screenshot, where it selects "LowPoly.003"). image

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.

Plagiatus commented 2 hours ago

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.