Skip to content
New issue

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

Python serializable ViewportBlueprint #5385

Merged
merged 8 commits into from
Mar 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missing python aliases
  • Loading branch information
Wumpf committed Mar 4, 2024
commit e42636a9924098444e7a18dc6eb4feb4c1c89412
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ namespace rerun.blueprint.components;
struct AutoLayout (
"attr.arrow.transparent",
"attr.rerun.scope": "blueprint",
"attr.python.aliases": "bool",
"attr.rust.derive": "Copy",
"attr.rust.override_crate": "re_viewport",
"attr.rust.repr": "transparent",
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ namespace rerun.blueprint.components;
struct AutoSpaceViews (
"attr.arrow.transparent",
"attr.rerun.scope": "blueprint",
"attr.python.aliases": "bool",
"attr.rust.derive": "Copy, Default",
"attr.rust.override_crate": "re_viewport",
"attr.rust.repr": "transparent",
8 changes: 6 additions & 2 deletions rerun_py/rerun_sdk/rerun/blueprint/components/auto_layout.py

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

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