-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make explicit recordings work without calling rr.init() (#7698)
### What Our recording functions would always check the global recording state even though they could validly operate just on a manually-created recording. With this change, this becomes valid: ``` import rerun as rr rec = rr.new_recording("rerun_example_cube_flat") rec.log("points", rr.Points3D([1, 2, 3])) rec.save("output.rrd") ```
- Loading branch information
Showing
1 changed file
with
11 additions
and
5 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