{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":701515173,"defaultBranch":"main","name":"rerun","ownerLogin":"mz0in","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-10-06T20:03:31.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5844695?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696622617.0","currentOid":""},"activityList":{"items":[{"before":"ed6dc14475f7e6a4c647910bf8ae02ca680605ef","after":"7d75586ee64b05ddf5a72beae6554425f3a7e148","ref":"refs/heads/sweep/add-sweep-config","pushedAt":"2023-10-06T20:03:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweep-ai[bot]","name":null,"path":"/apps/sweep-ai","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/307814?s=80&v=4"},"commit":{"message":"Create sweep fast template","shortMessageHtmlLink":"Create sweep fast template"}},{"before":"450b6343a3ab2a55b99018d2bae2033e34918588","after":"ed6dc14475f7e6a4c647910bf8ae02ca680605ef","ref":"refs/heads/sweep/add-sweep-config","pushedAt":"2023-10-06T20:03:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweep-ai[bot]","name":null,"path":"/apps/sweep-ai","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/307814?s=80&v=4"},"commit":{"message":"Create sweep slow template","shortMessageHtmlLink":"Create sweep slow template"}},{"before":"8b93a4ed4daa666255d5aa229ab7a1a7ef8b689f","after":"450b6343a3ab2a55b99018d2bae2033e34918588","ref":"refs/heads/sweep/add-sweep-config","pushedAt":"2023-10-06T20:03:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweep-ai[bot]","name":null,"path":"/apps/sweep-ai","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/307814?s=80&v=4"},"commit":{"message":"Create sweep template","shortMessageHtmlLink":"Create sweep template"}},{"before":"2f4e78dd6ecabf8238d2d6549db4322027c74772","after":"8b93a4ed4daa666255d5aa229ab7a1a7ef8b689f","ref":"refs/heads/sweep/add-sweep-config","pushedAt":"2023-10-06T20:03:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweep-ai[bot]","name":null,"path":"/apps/sweep-ai","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/307814?s=80&v=4"},"commit":{"message":"Create sweep.yaml","shortMessageHtmlLink":"Create sweep.yaml"}},{"before":null,"after":"2f4e78dd6ecabf8238d2d6549db4322027c74772","ref":"refs/heads/sweep/add-sweep-config","pushedAt":"2023-10-06T20:03:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sweep-ai[bot]","name":null,"path":"/apps/sweep-ai","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/307814?s=80&v=4"},"commit":{"message":"Fixed default stroke width handling in `log_line_strip_Xd` and `log_obbs` (#3720)\n\n### What\r\n\r\nFixes:\r\n- #3711 \r\n\r\nTested with:\r\n\r\n```python\r\nimport rerun as rr\r\n\r\nrr.init(\"rerun_example_line_strip3d\", spawn=True)\r\n\r\npoints_3d = [\r\n [0, 0, 0],\r\n [0, 0, 1],\r\n [1, 0, 0],\r\n [1, 0, 1],\r\n [1, 1, 0],\r\n [1, 1, 1],\r\n [0, 1, 0],\r\n [0, 1, 1],\r\n]\r\n\r\npoints_2d = [\r\n [\r\n [0, 0],\r\n [1, 0],\r\n [1, 1],\r\n [0, 1],\r\n ],\r\n [\r\n [2, 2],\r\n [3, 3],\r\n [3, 4],\r\n [5, 2],\r\n ],\r\n]\r\n\r\nrr.log_line_strips_3d(\"strip\", [points_3d])\r\nrr.log_line_strips_2d(\"strip2\", points_2d)\r\nrr.log_obbs(\"obb\", positions=[[0, 0, 0], [10, 10, 10]], half_sizes=[[1, 1, 1], [2, 2, 2]])\r\n\r\nrr.log_transform3d(\"with_width\", rr.Translation3D([3, 3, 3]))\r\nrr.log_line_strips_3d(\"with_width/strip\", [points_3d], stroke_widths=0.2)\r\nrr.log_line_strips_2d(\"with_width/strip2\", points_2d, stroke_widths=[0.2, 0.3])\r\nrr.log_obbs(\"with_width/obb\", positions=[[0, 0, 0], [10, 10, 10]], half_sizes=[[1, 1, 1], [2, 2, 2]], stroke_widths=[0.2, 0.3])\r\n```\r\n\r\n\"image\"\r\nsrc=\"https://github.com/rerun-io/rerun/assets/49431240/44190351-bde5-4103-b2f5-e7f8c51444da\"\r\n\r\n\r\n### Checklist\r\n* [x] I have read and agree to [Contributor\r\nGuide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and\r\nthe [Code of\r\nConduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)\r\n* [x] I've included a screenshot or gif (if applicable)\r\n* [x] ~~I have tested [demo.rerun.io](https://demo.rerun.io/pr/3720) (if\r\napplicable)~~\r\n\r\n- [PR Build Summary](https://build.rerun.io/pr/3720)\r\n- [Docs\r\npreview](https://rerun.io/preview/d4a3314f43e1e62547478362cc04b157a34b462c/docs)\r\n\r\n- [Examples\r\npreview](https://rerun.io/preview/d4a3314f43e1e62547478362cc04b157a34b462c/examples)\r\n\r\n- [Recent benchmark results](https://ref.rerun.io/dev/bench/)\r\n- [Wasm size tracking](https://ref.rerun.io/dev/sizes/)","shortMessageHtmlLink":"Fixed default stroke width handling in log_line_strip_Xd and `log_o…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADkVtq7wA","startCursor":null,"endCursor":null}},"title":"Activity · mz0in/rerun"}