You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
single query per node in UI picking backend (#22049)
# Objective
The UI picking backend queries twice for the node data. Simplify
`ui_picking` by storing the camera entity and picking data in
`hit_nodes` instead of the second query.
## Solution
Store the camera entity and picking data in `hit_nodes` instead of
querying for them again.
0 commit comments