Skip to content

Commit

Permalink
Remove Scale3D/Transform3D/TranslationRotationScale3D datatypes…
Browse files Browse the repository at this point in the history
…, remove `Transform3D` component (rerun-io#7000)

### What

* build on top of rerun-io#7015

Removes
* Scale3D datatypes
* Transform3D datatype
* TranslationRotationScale3D datatype
* Transform3D component

compatibility considerations were already done all in previous PRs. For
some of these there's utilities to make actual use similar to before.

### 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 examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/7000?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/7000?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)!
* [x] If have noted any breaking changes to the log API in
`CHANGELOG.md` and the migration guide

- [PR Build Summary](https://build.rerun.io/pr/7000)
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)

To run all checks from `main`, comment on the PR with `@rerun-bot
full-check`.
  • Loading branch information
Wumpf authored Jul 31, 2024
1 parent cdeac62 commit aa17ab4
Show file tree
Hide file tree
Showing 60 changed files with 10 additions and 3,723 deletions.
1 change: 0 additions & 1 deletion crates/store/re_types/definitions/rerun/components.fbs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions crates/store/re_types/definitions/rerun/components/transform3d.fbs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/store/re_types/definitions/rerun/datatypes.fbs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions crates/store/re_types/definitions/rerun/datatypes/scale3d.fbs

This file was deleted.

16 changes: 0 additions & 16 deletions crates/store/re_types/definitions/rerun/datatypes/transform3d.fbs

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion crates/store/re_types/src/components/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/store/re_types/src/components/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

107 changes: 0 additions & 107 deletions crates/store/re_types/src/components/transform3d.rs

This file was deleted.

97 changes: 0 additions & 97 deletions crates/store/re_types/src/components/transform3d_ext.rs

This file was deleted.

3 changes: 0 additions & 3 deletions crates/store/re_types/src/datatypes/.gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions crates/store/re_types/src/datatypes/mod.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa17ab4

Please sign in to comment.