Deprecate DisconnectedSpace
, replace with pure transform marker type InvalidTransform
/UndefinedTransform
(tbd)
#7868
Labels
🍏 primitives
Relating to Rerun primitives
While sitting over
@jleibs and me realized that given how the rest of the Viewer evolved the concept of a "disconnected" space no longer makes sense: it's not trivial to configure entity path expressions to achieve what we previously tried to achieve with
DisconnectedSpace
We still want a pure spatial (not topological like
DisconnectedSpace
) property that disonnects the transform tree itself. This would not have any effect on eitherI.e. this preserves what we handle within the transform context as
UnreachableTransformReason::DisconnectedSpace
, but removes all other aspects of disconnected space.We should introduce this new archetype and deprecated
DisconnectedSpace
in the same release, making it equivalent to the new type as long as it is shipped under a deprecation mark.The text was updated successfully, but these errors were encountered: