Changelog#

The format is based on Keep a Changelog.

[108.0.1] - 2026-04-16#

Changed#

  • FabricDataAccessor now passes path strings to TransformMultiPrimsSRTFabricCpp instead of int32 path handles. Requires omni.fabric.commands >= 2.0.0. Fixes the write path after usdrt.Sdf.Path.pathC.path was removed from usdrt.

Removed#

  • BREAKING: FabricDataAccessor.path_to_int now raises NotImplementedError. The fabric command no longer needs a path-to-int conversion, and usdrt no longer exposes the fabric path token to Python, so no correct implementation is possible. Callers must pass path strings to the command’s paths kwarg instead.

[108.0.0] - 2025-07-08#

Changed#

Removed omni.kit.manipulator.prim.fabric dependency due to limited use cases and performance implication. Enable it explicitly if you need fabric prim transform manipulation.

[107.0.4] - 2024-10-11#

Fixed#

  • OMPE-22569: Update public API.

[107.0.3] - 2024-09-04#

Changed#

  • OMPE-19521: Change Fabric data accessor priority to restore legacy-gizmos update behavior during dragging.

[107.0.2] - 2024-07-02#

Changed#

  • Updated documentation with AI agent.

[107.0.1] - 2024-03-26#

Changed#

  • Register-unregister fabric data accessor depending on FSD flag, OM-122856

[107.0.0] - 2024-03-21#

Changed#

Renamed from omni.kit.manipulator.prim2.fabric.

[105.0.12] - 2024-01-03#

Changed#

  • TransformMultiPrimsSRTFabricCpp cpmmand now uses int32 PathC

[105.0.11] - 2023-11-16#

Changed#

  • Use IFabricHierarchy bindings to update local/world matrix

[105.0.10] - 2023-11-08#

Changed#

  • Adapt local/world matrix attributes form IFabricHierarchy

[105.0.9] - 2023-06-27#

Fixed#

  • Splitted from omni.kit.manipulator.prim.core