Changelog#
The format is based on Keep a Changelog.
[2.0.0] - 2025-01-16#
Changes#
- OMPE-34006: Bump major version after removal of deprecated APIs 
[1.2.2] - 2024-12-30#
Changes#
- OMPE-31520: Remove deprecated APIs from omni.kit.menu.edit 
[1.2.1] - 2024-12-20#
Changed#
- OMPE-31903: Use omni.usd.make_valid_identifier instead of Tf.MakeValidIdentifier to support unicode characters, update test to include unicode data 
[1.2.0] - 2024-09-30#
Changed#
- Update test to account for additional logging with OpenUsd-24.05 
[1.1.26] - 2024-12-02#
Changes#
- OMPE-5163: Remove references to omni.kit.window.viewport 
[1.1.25] - 2024-09-25#
Changes#
- Updated API and all exports 
[1.1.24] - 2024-06-04#
Changed#
- Handled UnGroupCommand return codes 
[1.1.23] - 2024-06-04#
Changed#
- Updated documentation with AI agent. 
[1.1.22] - 2024-06-05#
Changed#
- Made “Capture Screenshot” optional with setting “/exts/omni.kit.menu.edit/enableCaptureScreenshot” 
[1.1.21] - 2024-05-17#
Changed#
- Updated flake8 linting overrides 
- Fixed linting issues 
[1.1.20] - 2024-05-21#
Changed#
- Cleaned up rename with omni.kit.window.stage warning. 
[1.1.19] - 2024-02-05#
Changed#
- Moved screenshot preferences pages from omni.kit.window.preferences 
[1.1.18] - 2024-02-01#
Changed#
- Updated capture_screenshot callback so it called after image has been created 
[1.1.17] - 2024-01-09#
Changed#
- Updated capture_screenshot so it can use /persistent/app/captureFrame/path or /app/captureFrame/path” or temp directory as the output path 
[1.1.16] - 2023-11-03#
Added#
- Added - Selectmenu to Viewport context menu.
[1.1.15] - 2023-10-18#
Added#
- Fixed prim rename dialog to handle illegal characters 
- Updated prim rename dialog to handle illegal characters to use omni.kit.window.stage rename if available 
[1.1.14] - 2023-07-31#
Added#
- Supports active/inactive workflow. 
[1.1.13] - 2023-07-24#
Added#
- Removed “no prims are selected” message for “selection_parent” 
[1.1.12] - 2023-05-05#
Added#
- Removed empty icons from select menu 
[1.1.11] - 2023-06-27#
changed#
- Make toggle_global_visibility call through to omni.kit.viewport.action.toggle_global_visibility. 
[1.1.10] - 2023-05-05#
Added#
- Renamed edit menu action add_to_recent_invert -> selection_invert 
- Renamed edit menu action add_to_recent_parent -> selection_parent 
- Renamed edit menu action add_to_recent_leaf -> selection_leaf 
- Renamed edit menu action add_to_recent_hierarchy -> selection_hierarchy 
- Renamed edit menu action add_to_recent_similar -> selection_similar 
- Improved message for above “Cannot add to recent as no prims are selected” -> “Cannot xxx as no prims are selected” 
[1.1.9] - 2023-04-25#
Added#
- Ungroup menu item. 
[1.1.8] - 2023-03-09#
Added#
- Select all for each kind defined. 
[1.1.7] - 2023-02-03#
Removed#
- Global hotkeys for toggling Viewport grid, camera, an lights. 
[1.1.6] - 2022-11-29#
Changes#
- Don’t allow grouping of default prim 
[1.1.5] - 2022-07-28#
Changes#
- Don’t filter frame-command based on selection. 
[1.1.4] - 2022-07-27#
Changes#
- Fix unparent regression. 
[1.1.3] - 2022-07-19#
Changes#
- Disabled contextual greying of menu items 
[1.1.2] - 2022-07-08#
Added#
- Hidden item for toggling Grid visibility 
[1.1.1] - 2022-06-27#
Changes#
- Fixed HideUnselected & UnhideAllPrims 
- Fixed menu_rename_prim_dialog 
- Fixed recent menu updating 
[1.1.0] - 2022-06-08#
Changes#
- Updated menus to use actions 
[1.0.8] - 2022-06-05#
Changes#
- Pass tests on either Viewport 
[1.0.7] - 2022-05-24#
Changes#
- Removed undo/redo greying. Menu items are always enabled 
[1.0.6] - 2022-05-23#
Changes#
- Support legacy and new Viewport API 
- Add dependency on omni.kit.viewport.utility 
[1.0.5] - 2021-10-27#
Changes#
- Set menus default order 
[1.0.4] - 2021-10-27#
Changes#
- Prevent crash in event callback 
[1.0.3] - 2021-06-11#
Changes#
- Add auto-authoring mode support 
[1.0.2] - 2021-05-12#
Changes#
- Added more select options 
[1.0.1] - 2021-03-15#
Changes#
- Added prim parent/unparent 
[1.0.0] - 2020-12-15#
Changes#
- Created