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
Our 3d panel linked variables feature is rather complex. There is a lot of UI for it in the 3D panel, and a similar feature does not yet exist for the image panel.
I believe we could replace linked variables by simply exposing an automatic selected object variable.
In Node Playground, we could pass this specifically into scripts.
In Plot etc, we might need to allow nested fields of the selected variable somehow, e.g. /tracked_objects.tracks[$selected.track_id].velocity
This discussion was converted from issue #400 on December 16, 2022 05:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Our 3d panel linked variables feature is rather complex. There is a lot of UI for it in the 3D panel, and a similar feature does not yet exist for the image panel.
I believe we could replace linked variables by simply exposing an automatic selected object variable.
/tracked_objects.tracks[$selected.track_id].velocity
Beta Was this translation helpful? Give feedback.
All reactions