-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parents of queried paths getting visualized, fix 2D objects not s…
…howing at all in 3D if their camera parent is not included (#5424) ### What > Fix parents of queried paths getting visualized The is about`tree_prefix_only` (former `direct_included`, inverted now) not causing visualizer gathering to stop. We now also grey out everything that doesn't have a visualizer in the blueprint hierarchy. Debatable whether that should be just tree prefixes (i.e. could instead _not_ grey out if a result is the query but doesn't have a visualizer?). I found this behavior nicer since "not having visualizer" is equivalent to being invisible (which also causes greying out) > fix 2D objects not showing at all in 3D if their camera parent is not included long story short: `pinhole_image_plane_distance` would default to 0.0 if the camera is not present. Bandaid is to make it default to 1.0 which is better anyways. Hoping this will be solved better once `EntityProperties` is gone. ![image](https://github.com/rerun-io/rerun/assets/1220815/eb47b133-69a1-4c7c-b61f-81f92404585c) ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using newly built examples: [app.rerun.io](https://app.rerun.io/pr/5424/index.html) * Using examples from latest `main` build: [app.rerun.io](https://app.rerun.io/pr/5424/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [app.rerun.io](https://app.rerun.io/pr/5424/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! - [PR Build Summary](https://build.rerun.io/pr/5424) - [Docs preview](https://rerun.io/preview/856dbd5fafcc8910b5e416590345aef504953a7f/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/856dbd5fafcc8910b5e416590345aef504953a7f/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
- Loading branch information
Showing
7 changed files
with
27 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters