We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Log this:
import rerun as rr rr.init("rerun_example_points3d_simple", spawn=True) rr.set_time_sequence("aaa", 1) rr.log("my/points1", rr.Points3D([[0, 0, 0], [1, 1, 1]])) rr.set_time_sequence("bbb", 1) rr.log("my/points1", rr.Points3D([[0, 0, 0], [1, 1, 1]], colors=0xffff00ff))
Then look at timeline aaa:
aaa
Why are my points using the color from timeline bbb?!
bbb
The text was updated successfully, but these errors were encountered:
Yes, I'm losing it. aaa is still active.
Sorry, something went wrong.
No branches or pull requests
Log this:
Then look at timeline
aaa
:Why are my points using the color from timeline
bbb
?!The text was updated successfully, but these errors were encountered: