diff --git a/crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs b/crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs index b64a42fd756e0..783b482b454b6 100644 --- a/crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs +++ b/crates/store/re_types/definitions/rerun/archetypes/transform3d.fbs @@ -44,7 +44,7 @@ table Transform3D ( /// /// Specifies that the entity path at which this is logged is spatially disconnected from its parent, /// making it impossible to transform the entity path into its parent's space and vice versa. - /// This can be useful for instance to express temporily unknown transforms. + /// This can be useful for instance to express temporarily unknown transforms. /// /// By default all transforms are considered valid. invalid: rerun.components.InvalidTransform ("attr.rerun.component_optional", nullable, order: 1700); diff --git a/crates/store/re_types/definitions/rerun/components/invalid_transform.fbs b/crates/store/re_types/definitions/rerun/components/invalid_transform.fbs index 8228b652c4932..f8dd9a35962cf 100644 --- a/crates/store/re_types/definitions/rerun/components/invalid_transform.fbs +++ b/crates/store/re_types/definitions/rerun/components/invalid_transform.fbs @@ -4,7 +4,7 @@ namespace rerun.components; /// /// Specifies that the entity path at which this is logged is spatially disconnected from its parent, /// making it impossible to transform the entity path into its parent's space and vice versa. -/// This can be useful for instance to express temporily unknown transforms. +/// This can be useful for instance to express temporarily unknown transforms. /// /// Note that by default all transforms are considered valid. struct InvalidTransform ( diff --git a/crates/store/re_types/src/archetypes/transform3d.rs b/crates/store/re_types/src/archetypes/transform3d.rs index 135b904f91d4e..c073ad4234d7a 100644 --- a/crates/store/re_types/src/archetypes/transform3d.rs +++ b/crates/store/re_types/src/archetypes/transform3d.rs @@ -190,7 +190,7 @@ pub struct Transform3D { /// /// Specifies that the entity path at which this is logged is spatially disconnected from its parent, /// making it impossible to transform the entity path into its parent's space and vice versa. - /// This can be useful for instance to express temporily unknown transforms. + /// This can be useful for instance to express temporarily unknown transforms. /// /// By default all transforms are considered valid. pub invalid: Option, @@ -625,7 +625,7 @@ impl Transform3D { /// /// Specifies that the entity path at which this is logged is spatially disconnected from its parent, /// making it impossible to transform the entity path into its parent's space and vice versa. - /// This can be useful for instance to express temporily unknown transforms. + /// This can be useful for instance to express temporarily unknown transforms. /// /// By default all transforms are considered valid. #[inline] diff --git a/crates/store/re_types/src/components/invalid_transform.rs b/crates/store/re_types/src/components/invalid_transform.rs index 4fa8e58bf4a16..9212a08f341b0 100644 --- a/crates/store/re_types/src/components/invalid_transform.rs +++ b/crates/store/re_types/src/components/invalid_transform.rs @@ -22,7 +22,7 @@ use ::re_types_core::{DeserializationError, DeserializationResult}; /// /// Specifies that the entity path at which this is logged is spatially disconnected from its parent, /// making it impossible to transform the entity path into its parent's space and vice versa. -/// This can be useful for instance to express temporily unknown transforms. +/// This can be useful for instance to express temporarily unknown transforms. /// /// Note that by default all transforms are considered valid. #[derive(Clone, Debug, Copy, PartialEq, Eq)] diff --git a/crates/store/re_types/src/reflection/mod.rs b/crates/store/re_types/src/reflection/mod.rs index ed3e60033ccab..1daeb324d9401 100644 --- a/crates/store/re_types/src/reflection/mod.rs +++ b/crates/store/re_types/src/reflection/mod.rs @@ -554,7 +554,7 @@ fn generate_component_reflection() -> Result::name(), ComponentReflection { - docstring_md: "Flags the transform at its entity path as invalid.\n\nSpecifies that the entity path at which this is logged is spatially disconnected from its parent,\nmaking it impossible to transform the entity path into its parent's space and vice versa.\nThis can be useful for instance to express temporily unknown transforms.\n\nNote that by default all transforms are considered valid.", + docstring_md: "Flags the transform at its entity path as invalid.\n\nSpecifies that the entity path at which this is logged is spatially disconnected from its parent,\nmaking it impossible to transform the entity path into its parent's space and vice versa.\nThis can be useful for instance to express temporarily unknown transforms.\n\nNote that by default all transforms are considered valid.", custom_placeholder: None, datatype: InvalidTransform::arrow2_datatype(), }, @@ -1911,7 +1911,7 @@ fn generate_archetype_reflection() -> ArchetypeReflectionMap { is_required : false, }, ArchetypeFieldReflection { name : "invalid", display_name : "Invalid", component_name : "rerun.components.InvalidTransform".into(), docstring_md : - "Optionally flags the transform as invalid.\n\nSpecifies that the entity path at which this is logged is spatially disconnected from its parent,\nmaking it impossible to transform the entity path into its parent's space and vice versa.\nThis can be useful for instance to express temporily unknown transforms.\n\nBy default all transforms are considered valid.", + "Optionally flags the transform as invalid.\n\nSpecifies that the entity path at which this is logged is spatially disconnected from its parent,\nmaking it impossible to transform the entity path into its parent's space and vice versa.\nThis can be useful for instance to express temporarily unknown transforms.\n\nBy default all transforms are considered valid.", is_required : false, }, ArchetypeFieldReflection { name : "axis_length", display_name : "Axis length", component_name : "rerun.components.AxisLength".into(), docstring_md : diff --git a/docs/content/reference/types/components/invalid_transform.md b/docs/content/reference/types/components/invalid_transform.md index 5dc9e2b54d9c0..81af0134929c2 100644 --- a/docs/content/reference/types/components/invalid_transform.md +++ b/docs/content/reference/types/components/invalid_transform.md @@ -7,7 +7,7 @@ Flags the transform at its entity path as invalid. Specifies that the entity path at which this is logged is spatially disconnected from its parent, making it impossible to transform the entity path into its parent's space and vice versa. -This can be useful for instance to express temporily unknown transforms. +This can be useful for instance to express temporarily unknown transforms. Note that by default all transforms are considered valid. diff --git a/rerun_cpp/src/rerun/archetypes/transform3d.hpp b/rerun_cpp/src/rerun/archetypes/transform3d.hpp index 45219641b02d0..678c50fec4afe 100644 --- a/rerun_cpp/src/rerun/archetypes/transform3d.hpp +++ b/rerun_cpp/src/rerun/archetypes/transform3d.hpp @@ -174,7 +174,7 @@ namespace rerun::archetypes { /// /// Specifies that the entity path at which this is logged is spatially disconnected from its parent, /// making it impossible to transform the entity path into its parent's space and vice versa. - /// This can be useful for instance to express temporily unknown transforms. + /// This can be useful for instance to express temporarily unknown transforms. /// /// By default all transforms are considered valid. std::optional invalid; @@ -574,7 +574,7 @@ namespace rerun::archetypes { /// /// Specifies that the entity path at which this is logged is spatially disconnected from its parent, /// making it impossible to transform the entity path into its parent's space and vice versa. - /// This can be useful for instance to express temporily unknown transforms. + /// This can be useful for instance to express temporarily unknown transforms. /// /// By default all transforms are considered valid. Transform3D with_invalid(rerun::components::InvalidTransform _invalid) && { diff --git a/rerun_cpp/src/rerun/components/invalid_transform.hpp b/rerun_cpp/src/rerun/components/invalid_transform.hpp index 84f2e2795f4dd..f73355924054c 100644 --- a/rerun_cpp/src/rerun/components/invalid_transform.hpp +++ b/rerun_cpp/src/rerun/components/invalid_transform.hpp @@ -15,7 +15,7 @@ namespace rerun::components { /// /// Specifies that the entity path at which this is logged is spatially disconnected from its parent, /// making it impossible to transform the entity path into its parent's space and vice versa. - /// This can be useful for instance to express temporily unknown transforms. + /// This can be useful for instance to express temporarily unknown transforms. /// /// Note that by default all transforms are considered valid. struct InvalidTransform { diff --git a/rerun_py/rerun_sdk/rerun/archetypes/transform3d.py b/rerun_py/rerun_sdk/rerun/archetypes/transform3d.py index 455cc8bfcb050..96a62cc79da19 100644 --- a/rerun_py/rerun_sdk/rerun/archetypes/transform3d.py +++ b/rerun_py/rerun_sdk/rerun/archetypes/transform3d.py @@ -220,7 +220,7 @@ def _clear(cls) -> Transform3D: # # Specifies that the entity path at which this is logged is spatially disconnected from its parent, # making it impossible to transform the entity path into its parent's space and vice versa. - # This can be useful for instance to express temporily unknown transforms. + # This can be useful for instance to express temporarily unknown transforms. # # By default all transforms are considered valid. # diff --git a/rerun_py/rerun_sdk/rerun/components/invalid_transform.py b/rerun_py/rerun_sdk/rerun/components/invalid_transform.py index 1903c733e4b8c..a2dd5361dd680 100644 --- a/rerun_py/rerun_sdk/rerun/components/invalid_transform.py +++ b/rerun_py/rerun_sdk/rerun/components/invalid_transform.py @@ -21,7 +21,7 @@ class InvalidTransform(datatypes.Bool, ComponentMixin): Specifies that the entity path at which this is logged is spatially disconnected from its parent, making it impossible to transform the entity path into its parent's space and vice versa. - This can be useful for instance to express temporily unknown transforms. + This can be useful for instance to express temporarily unknown transforms. Note that by default all transforms are considered valid. """