Changelog#
The format is based on Keep a Changelog.
[108.0.1] - 2026-04-16#
Changed#
FabricDataAccessornow passes path strings toTransformMultiPrimsSRTFabricCppinstead of int32 path handles. Requiresomni.fabric.commands >= 2.0.0. Fixes the write path afterusdrt.Sdf.Path.pathC.pathwas removed from usdrt.
Removed#
BREAKING:
FabricDataAccessor.path_to_intnow raisesNotImplementedError. 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’spathskwarg 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