Changelog

The format is based on Keep a Changelog.

[1.2.1] - 2023-05-207

Changed

  • OM-124261: Only forward the accepted parameters to context menu action

[1.2.0] - 2023-03-21

Changed

  • Update documentation

[1.1.1] - 2024-03-18

Changed

  • OM-117551: Fix for startup warning due to nested classes.

[1.1.0] - 2024-03-01

Changed

  • Added get_instance, close_menu, reorder_menu_dict, add_menu, get_menu_dict, get_menu_event_stream, ContextMenuEventType

  • Can now be used a bare bones replacement of omni.kit.context_menu

[1.0.2] - 2024-01-10

Fixed

  • Fix for python 3.7 support

[1.0.1] - 2023-12-05

Fixed

  • Fix for missing name property.

[1.0.0] - 2023-11-15

Created

  • Split the core functionality to create menu from dictionary from omni.kit.context_menu.