Skip to content

Commit

Permalink
remove BackgroundKind link again
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Dec 6, 2024
1 parent 91a2066 commit 5a7ef0c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ table Background (

// --- Optional ---

/// Color used for the [components.BackgroundKind.SolidColor] background type.
/// Color if the background color is set to solid color.
// TODO(andreas): can't write '[components.BackgroundKind.SolidColor]' because that would create a link to a blueprint component and we don't have those as of writing.
color: rerun.components.Color ("attr.rerun.component_optional", nullable, order: 2000);
}
4 changes: 2 additions & 2 deletions crates/store/re_types/src/blueprint/archetypes/background.rs

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

5 changes: 2 additions & 3 deletions crates/viewer/re_viewer/src/reflection/mod.rs

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

2 changes: 1 addition & 1 deletion docs/content/reference/types/views/spatial2d_view.md

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

2 changes: 1 addition & 1 deletion docs/content/reference/types/views/spatial3d_view.md

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

4 changes: 2 additions & 2 deletions rerun_cpp/src/rerun/blueprint/archetypes/background.hpp

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.

0 comments on commit 5a7ef0c

Please sign in to comment.