Changelog#
[2.1.3] - 2025-04-15#
Changed#
Updated documentation with AI agent.
Removed unused setting for server tests.
[2.1.2] - 2025-04-26#
Changed#
OMPE-39146: Remove hard code for “omnverse”.
[2.1.1] - 2025-04-07#
Changed#
Updated to use omni.usd via eventdispatcher (Events 2.0) instead of EventStream (Events 1.0)
[2.1.0] - 2025-02-10#
Changed#
OMPE-25657: Update public API
[2.0.18] - 2023-11-06#
Changed#
Add control to hide mail addresses of users.
[2.0.17] - 2023-10-31#
Changed#
Add test to check bound camera after joining live session.
[2.0.16] - 2023-10-18#
Changed#
Add tests to increase code coverage.
[2.0.15] - 2023-10-10#
Changed#
Switches user camera to perspective camera after joining Live Session.
[2.0.14] - 2023-08-14#
Changed#
Fix follow user issue that calls null object.
[2.0.13] - 2023-07-13#
Changed#
Improve layer events handling to only handle interested events.
[2.0.12] - 2023-06-23#
Changed#
Only handle layer events from root layer session.
[2.0.11] - 2023-06-09#
Changed#
Fix issue that resizes viewport will clear follow user menu.
Supports multiple viewport for follow user menu.
[2.0.10] - 2023-06-02#
Changed#
Fix issue that camera properties except transform are out of sync during live.
[2.0.9] - 2023-03-28#
Changed#
Replace direct access to users.live with presence layer APIs.
Improve follow user functonality.
[2.0.8] - 2023-03-16#
Changed#
Add supports to follow user.
[2.0.7] - 2023-03-16#
Changed#
Fix etm tests.
[2.0.6] - 2023-02-26#
Changed#
Replaced asyncio.ensure_future calls in stage_listener.py with omni.kit.async_engine.run_coroutine function.
[2.0.5] - 2023-03-06#
Changed#
Fix issue that camera label cannot be seen sometimes.
[2.0.4] - 2023-03-01#
Changed#
Hide peer user’s cameras from viewport list.
[2.0.3] - 2023-02-16#
Changed#
Optimize refresh performance of camera label/offscreen pointer.
[2.0.2] - 2022-01-12#
Changed#
Support offscreen pointer.
Improve performance by replacing omni.ui widgets into omni.ui.scene widgets for camera label.
[2.0.1] - 2022-11-16#
Changed#
Fix lag issue of camera label.
[2.0.0] - 2022-11-02#
Changed#
Supports camera label for new live session.
[1.0.5] - 2022-06-15#
Changed#
Use new omni.kit.viewport.utility functions for active camera
Update tests to pass on both Viewports
Make tests run with Storm to avoid RTX shader-cache timeout
[1.0.4] - 2022-04-21#
Changed#
Add unittests.
[1.0.3] - 2022-02-24#
Changed#
Inspect new and old Viewports for active camera.
[1.0.2] - 2022-02-21#
Changed#
Move extension to kit-tools repo.
[1.0.1] - 2021-03-15#
Changed#
Separate viewport widgets management to single extension.
[1.0.0] - 2021-03-09#
Changed#
Initial extension.