Changelog#

This document records all notable changes to the omni.kit.window.inspector extension.

The format is based on Keep a Changelog. The project adheres to Semantic Versioning.

[1.0.11] - 2025-04-07#

Fixed#

  • OMPE-28324: Fixed a leaked registered ‘show window’ function that leads to problems during Kit’s normal shutdown.

[1.0.10] - 2025-01-23#

Changes#

  • Added more tests to take the test coverage over 85%

  • Fix inspector_tests with correct ui query path

  • Fix none expansion_item issue

[1.0.9] - 2024-07-18#

Changes#

  • OMPE-15065: Use OmniUIQuery.get_widget_children_with_path to get child widgets with path to speed up selection when click in the preview

[1.0.8] - 2023-11-10#

Changes#

  • Updated to use omni.kit.menu.utils

[1.0.7] - 2023-08-21#

Changed#

  • Use platform-agnostic omni.kit.clipboard instead of pyperclip

[1.0.6] - 2022-07-05#

  • add test to increase the test coverage

[1.0.5] - 2022-05-16#

  • start adding tests

[1.0.4] - 2022-01-10#

  • support for widgets under Treeview (i.e those created by the treeview delegate)

[1.0.3] - 2021-11-24#

Added#

  • expand/collapse in tree widget

[1.0.2] - 2021-11-24#

Changes#

  • Fix some bugs naming paths

  • startup defaults less cluttered..

[1.0.1] - 2021-11-24#

Changes#

  • Update to latest omni.ui_query

[1.0.0] -#

TODO#

  • Better support for ALL >> DONE

  • Better list of Property for Widget >> DONE

  • Contextual Styling List