forked from rerun-io/rerun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When hitting the "Reset Viewer" button, only clear cloned blueprints (r…
…erun-io#5798) ### What * Closes rerun-io#5788 This PR ensures that the blueprint sent with the recording, or drag-dropped into the viewer, is kept when the user hits the "Reset Viewer" button/command. What it actually does: * Drops al cloned blueprints (usually the active ones) * Resets the egui state * Removes all stores state from disk (all stored blueprints etc) What remains is any recordings and "real" blueprints currently loaded. I also fixed a bunch of the book keeping in the StoreHub ### 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: [rerun.io/viewer](https://rerun.io/viewer/pr/5798) * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5798?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/5798?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/5798) - [Docs preview](https://rerun.io/preview/eede7f5844e81dd84f64f7eb77c61a69004fe1b4/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/eede7f5844e81dd84f64f7eb77c61a69004fe1b4/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
3 changed files
with
100 additions
and
71 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