Skip to content

The Viewer is querying the wrong data #4550

@teh-cmc

Description

@teh-cmc

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:
image

Why are my points using the color from timeline bbb?!

Metadata

Metadata

Assignees

No one assigned

    Labels

    📺 re_vieweraffects re_viewer itself🪳 bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions