Changelog#
This document records all notable changes to the omni.kit.viewport.ready extension.
The format is based on Keep a Changelog. The project adheres to Semantic Versioning.
[1.0.9] - 2025-05-01#
Changed#
Prepare for Python-3.12
[1.0.8] - 2025-04-15#
Fixed#
OMPE-43816: ensured some extension enable/disable hook objects are cleaned up.
[1.0.7] - 2025-04-07#
Changed#
Updated to use omni.usd via eventdispatcher (Events 2.0) instead of EventStream (Events 1.0)
[1.0.6] - 2024-02-08#
Changed#
Fallback to extension enabled testing if /renderer/active is not set.
[1.0.5] - 2023-06-07#
Fixed#
Wrap log_complete call in try/finally to always ensure destruction.
[1.0.4] - 2023-04-14#
Changed#
Use the new IActivityProfiler::enableCaptureMask / disableCaptureMask APIs.
[1.0.3] - 2023-04-12#
Added#
Optional progress according to omni.activity.core.
[1.0.2] - 2022-10-28#
Fixed#
Possibility that RTX has sent a ready event before omni.ui has called the build_fn callback.
Added#
Setting to force the message to only ever appear once in application session (on by default).
Setting to specify a background color for the “RTX Loading” frame (transparent by default).
[1.0.1] - 2022-04-22#
Added#
Log to stdout when requested
Fixed#
Early exit wait loop after Viewport created
[1.0.0] - 2022-04-12#
Added#
Initial release