Changelog

The format is based on Keep a Changelog.

[1.0.8] - 2023-02-26

Changed

  • Replaced asyncio.ensure_future calls in drag_drop_usd_viewport_item.py with omni.kit.async_engine.run_coroutine function.

[1.0.7] - 2022-09-21

Added

  • Test for drag drop usd file across mulitple objects in Viewport

[1.0.6] - 2022-08-03

Changes

  • Added external drag/drop audio file tests

[1.0.5] - 2022-07-25

Changes

  • Refactored unittests to make use of content_browser test helpers

[1.0.4] - 2022-06-14

Added

  • Fixed drag/drop test for viewport next

[1.0.3] - 2022-06-09

Added

  • Test new default startup values

[1.0.2] - 2022-06-04

Changes

  • Make path comparisons case insensitive for Windows drive

  • Remove extra timeout for tests not running with RTX

[1.0.1] - 2022-05-23

Changes

  • Add missing explicit dependencies

[1.0.0] - 2022-02-09

Changes

  • Created