Changelog#

The format is based on Keep a Changelog. This project adheres to Semantic Versioning https://semver.org/

[2.0.0] - 2026-04-16#

Changed#

  • BREAKING: TransformMultiPrimsSRTFabricCpp now accepts paths as a list of path strings (read via getStringBufferArray, constructed with omni::fabric::Path(const char*)) instead of a list of int32 fabric path handles. The previous int32 handle encoding relied on usdrt.Sdf.Path.pathC.path, which was removed in usdrt, leaving no Python-side path-to-int conversion. Matches the string-path convention used by omni.usd.TransformMultiPrimsSRTCpp. Callers must pass path strings to the paths kwarg.

[1.2.0] - 2025-12-09#

Changed#

  • OMPE-59139 Added can_prim_have_children, compute_extent_from_points, compute_visibility, convert_matrix4_type, get_local_transform_matrix_from_xform_attrs, get_rotation_from_order, get_stage_next_free_path, has_prefix, is_ancestor_prim_type, remove_descendent_paths to API

[1.1.7] - 2025-12-04#

Changed#

  • OMPE-59143: Review and Update Review and Update omni.fabric.commands

[1.1.6] - 2025-05-01#

Changed#

  • Prepare for Python-3.12

[1.1.5] - 2024-04-23#

Added#

  • Documentation

[1.1.4] - 2024-01-13#

Added#

  • added ChangeFabricAttributeCommand

[1.1.3] - 2024-01-03#

Changed#

  • TransformMultiPrimsSRTFabricCpp changed to use int32 pathC

[1.1.2] - 2023-11-14#

Changed#

  • Replace workarounds with latest USDRT updates. Adopt local/world matrix attributes from IFabricHierarchy.

[1.1.1] - 2023-11-08#

Changed#

  • Adapt transform attribute changes from IFabricHierarchy

[1.1.0] - 2023-09-08#

Added#

  • Migrated commands from omni.kit.widget.stage_fabric to omni.fabric.commands

[1.0.0] - 2023-09-06#

Added#

  • Initial release