Skip to content

Commit

Permalink
Remove TODOs from save-load blueprint doc (rerun-io#5797)
Browse files Browse the repository at this point in the history
### What

### 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/5797)
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/5797?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/5797?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/5797)
- [Docs
preview](https://rerun.io/preview/c03d4d6e3cf4ece61808c1acb31c0e4add21516b/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/c03d4d6e3cf4ece61808c1acb31c0e4add21516b/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
jleibs authored Apr 5, 2024
1 parent 914cd41 commit 971b63c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/content/getting-started/configure-the-viewer/save-and-load.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ title: Save and load viewer configuration files
order: 2
---

If you have made changes to your blueprint and you would like to save or share these changes,
If you have made changes to the viewer and you would like to save or share them,
you can do so by saving your blueprint to an `.rbl` file.

## Saving a blueprint

To save your blueprint, go to the file-menu and choose "Save blueprint…"
TODO(#5636): save
To save the currently active blueprint, go to the file-menu and choose "Save blueprint…"

## Loading a blueprint

Once you have saved a blueprint, you can load it again.
<picture>
<img src="https://static.rerun.io/save_blueprint/85644e086ba9cf7fb81cb7ece55b38bef863c755/full.png" alt="">
</picture>

When loading a blueprint, it must match the "application_id" used by the recording.
## Loading a blueprint

To load a blueprint, go to the file-menu and choose "Open…" and select the `.rbl` file you would like to load.
TODO(#5636): open_1
Once you have saved a blueprint, you can later load it in the viewer. The
"Open…" menu item is used to load either recordings (`.rrd`) or blueprints
(`.rbl`). Alternatively, you can drag an `.rbl` file directly into the viewer.

You can also drag and drop an `.rbl` file directly into the viewer
TODO(#5636): open_2
Note that the application ID of the blueprint must match the application ID of
the recording you wish to use it with. It is not currently possible to change
the application ID of a blueprint to use it with a different type of recording.

0 comments on commit 971b63c

Please sign in to comment.