get_menu_dict#

omni.kit.context_menu.scripts.context_menu.get_menu_dict(
index: str = 'MENU',
extension_id: str = '',
) List[dict]#

Get custom menus

see add_menu for dictionary info

Parameters:
  • index (str) – name of the menu

  • extension_id (str) – name of the target

Returns:

a list of dictionaries containing custom menu settings. See ContextMenuExtension docs for information on values

Return type:

(list)