Changelog

The format is based on Keep a Changelog.

[1.4.7] - 2022-07-28

  • Create prims Xform and Scope can create children when selected/hovered

[1.4.6] - 2022-07-01

  • Updated unittests to use material.library test_helper

[1.4.5] - 2022-05-04

  • Added set_value function to ComboListModel used by bind_material_to_prims_dialog

[1.4.4] - 2022-05-02

  • Fixed bind_material_to_prim exception

[1.4.3] - 2022-04-06

  • Integrate omni.kit.usd.layers to replace old layers interfaces from omni.usd.

[1.4.2] - 2022-04-01

  • Added usd_context_name to ViewportMenu object.

[1.4.1] - 2022-02-15

  • Made create mesh/shape position undo/redoable

[1.4.0] - 2022-02-15

  • Added explicit MenuSubscription.release function to release subscription.

[1.3.7] - 2022-01-31

  • Absorb code from viewport_legacy’s context menu creation and showing.

[1.3.6] - 2022-01-05

  • Added material grouping to create menu

[1.3.5] - 2021-11-15

  • Updated to use new omni.kit.material.library get_subidentifier_from_mdl

[1.3.4] - 2021-11-12

  • Fixed bug preventing custom menus with multiple spacers

  • omni.kit.context_menu.add_menu now supports list of dictionaries

[1.3.3] - 2021-08-11

  • Fixed leak

[1.3.2] - 2021-07-26

  • Added “Refresh Payload” support

  • Added “Convert Payload to Reference” support

  • Added “Convert Reference to Payload” support

[1.3.1] - 2021-07-21

  • Added “Refresh Reference” support

[1.3.0] - 2021-06-30

  • Updated “Apply Material” dialog so it uses async population & search widget

  • Added “show_fn_async” an async show_fn for non-blocking show menu item logic

[1.2.1] - 2021-06-17

  • Material create menu use submenu tag

[1.2.0] - 2021-06-04

  • Added checked_fn to menu builder. If provided, the context menu can have a check mark when checked_fn returns True.

  • Added min_menu_entries parameter (default 0) to set the minimal number of menu entries required for menu to be visible.

[1.1.3] - 2021-05-07

  • Fix when merging string menu items

[1.1.2] - 2021-05-07

  • New icon for add menu

[1.1.1] - 2021-04-29

  • Use sub-material selector on material import

[1.1.0] - 2021-03-17

  • Added omni.kit.context_menu.add_menu(menu, "MENU", "omni.kit.widget.stage") so users can add context menus to specific extension menus without having to call that extension

[1.0.7] - 2021-02-19

  • Added UI test

[1.0.6] - 2021-02-03

  • Removed content_browser dependency

  • Updated find_in_browser to work with latest content_browser

[1.0.5] - 2020-12-18

  • Use new locations for get_geometry_standard_prim_list, get_light_prim_list, get_audio_prim_list

[1.0.4] - 2020-11-26

  • Added special handler for renaming active camera

[1.0.3] - 2020-11-25

  • Added content window menu “Bind material to selected prim(s)”

[1.0.2] - 2020-11-16

  • Updated Find In Browser

[1.0.1] - 2020-10-05

  • Improved material list caching

[1.0.0] - 2020-08-25

  • Added support for sub-menus

[0.1.5] - 2020-06-21

  • Changes to prim grouping

[0.1.4] - 2020-07-02

  • Changes to usd util path

[0.1.3] - 2020-07-11

  • Changes to file browsing goto filenames

[0.1.2] - 2020-08-04

  • Added bind material

[0.1.1] - 2020-08-09

  • Changes to material binding strength

[0.1.0] - 2020-04-23

  • Created