Can't set time range on individual entities via blueprint api #8557
Labels
🟦 blueprint
The data that defines our UI
🪳 bug
Something isn't working
🐍 Python API
Python logging API
🏎️ Quick Issue
Can be fixed in a few hours or less
Adding this to the helix demo doesn't have any effect right now:
We store it already in the blueprint but it's stored on "recursive override path" which is a vestigue from back when we tried a model of "indidual & recursive" overrides. We dumped that idea and instead want to make overrides be path-expression enabled in the future. Individua/recursive is really only used for recursive visibility & interactivity today and we should clean up everything else. See:
Python blueprint api overrides use only the "individual" override path.
-> The fix MIGHT be as easy to change these two code paths to use "individual" instead. But a bit more looking into is needed
rerun/crates/viewer/re_viewport_blueprint/src/view_contents.rs
Line 541 in 19e93a6
rerun/crates/viewer/re_selection_panel/src/visible_time_range_ui.rs
Line 47 in 19e93a6
We also should really add a test for this - at least a release_checklist one
The text was updated successfully, but these errors were encountered: