-
Notifications
You must be signed in to change notification settings - Fork 373
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
Set visual 2D bounds from code #6127
Conversation
Deployed docs
|
f98f34c
to
18bc9f6
Compare
crates/re_types/definitions/rerun/blueprint/archetypes/visual_bounds.fbs
Outdated
Show resolved
Hide resolved
4e0215b
to
a99e900
Compare
wth is happening here!? (works on main) EDIT: unrelated issue fixed in #6120 |
a99e900
to
d0b4777
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! quite some re-usable goodies in there (:
@@ -77,14 +77,19 @@ impl LatestAtComponentResults { | |||
re_log::debug_once!("Couldn't deserialize {component_name}: promise still pending",); | |||
None | |||
} | |||
PromiseResult::Ready(data) if data.len() == 1 => Some(data[0].clone()), | |||
PromiseResult::Ready(data) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah so the warning we saw was simply a bug
@@ -52,7 +52,7 @@ impl From<AutoSizeUnit> for WidgetText { | |||
} | |||
} | |||
|
|||
/// TODO(andreas): Should turn this "inside out" - [`SpatialSpaceViewState`] should be used by [`View2DState`]/[`View3DState`], not the other way round. | |||
/// TODO(andreas): Should turn this "inside out" - [`SpatialSpaceViewState`] should be used by [`View3DState`], not the other way round. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, progress :D
|
||
namespace rerun.datatypes; | ||
|
||
// --- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you seem to be as undecided as me on keeping these clement'isms or not 😄 (you removed it in a different file in this PR but add it here)
What
Usage:
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.