Changelog

The format is based on Keep a Changelog.

[1.0.22] - 2024-03-06

Added:

  • OMPRW-27: Swapping ViewportButton to ViewportCircle, ViewportButton is now more of an actual button class, rectangular and can accept images.

[1.0.21] - 2024-02-21

Fixed:

  • OMPRW-27: Hooks for proper mouse input when using the UsdSceneView backend.

[1.0.20] - 2024-02-14

Fixed:

  • OMPRW-878: Fixing style updates

  • OMPRW-880: Improved style lookups

  • OMPRW-884: Improving gesture prevention. This should now only trigger gestures on the closest shape if they happen to overlap.

  • OMPRW-882: Adjusting the border outline to start outside of the background shape.

[1.0.19] - 2024-02-14

Added:

  • OMPRW-883: Fix for event dropdowns failing to find events.

[1.0.18] - 2024-02-08

Added:

  • OMPRW-829: Fix for no code widgets failing to render.

[1.0.17] - 2024-01-26

Added:

  • OMPRW-27: Adding update in place support for 3d Hotspot buttons.

[1.0.16] - 2024-01-03

Added:

  • Fixing type issue in CreateWindowUIFrame command.

[1.0.15] - 2023-08-28

Added:

  • OM-96422 - Fixing readback and application of style properties that use enumerations.

[1.0.14] - 2023-08-25

Added:

  • OM-101043 - UI Commands header only shown for UI primitives.

[1.0.13] - 2023-08-07

Added:

  • OM-104416 - Adding a ‘ToggleNoCode’ command to the context menu, this disables the property and hides the field

[1.0.12] - 2023-08-03

Added:

  • Fixing a bug with the properties panel wiping out button events.

[1.0.11] - 2023-08-02

Added:

  • OM-101704 - Being a bit less thorough, as it breaks the SIGGRAPH demo.

[1.0.10] - 2023-08-02

Added:

  • OM-103276 - Ensure that existing properties aren’t stomped on.

[1.0.9] - 2023-07-31

Added:

  • OM-101704 - Properly cleaning up the viewport UI elements when creating a new stage.

[1.0.8] - 2023-07-28

Added:

  • Exposing ui.Widget.selected property so that the selected style selector can be used through no-code-ui

  • Ensuring that all valid properties are applied to ui-primitives.

[1.0.7] - 2023-06-21

Fixes:

  • No longer shows nocode menu items in viewport context menu

  • Stage context menu properly filtering menu items to only appear when nocode primitives are selected.

[1.0.6] - 2023-06-21

Fixes:

  • Should no longer break context menu in stage or viewport.

  • Should properly resolve relative asset paths.

[1.0.5] - 2023-06-20

Changed:

  • Using ui.ImageWithProvider in place of ui.Image

Fixes:

  • Block UI widget from displaying when no prims are selected

[1.0.4] - 2023-06-14

Fixes:

  • Disabling the read only properties until a more performant solution can be found.

[1.0.3] - 2023-06-13

Added:

  • Adding two new commands ParentToViewportCommand and RemoveViewportPrim

[1.0.2] - 2023-06-09

Added:

  • bundle test waiver

[1.0.1] - 2023-06-09

  • Fixed: failure to create UIPrims when a non-UIPrim was selected.

[1.0.0] - 2023-06-07

Added

  • Scrolling and Collapsable Frame primitives.

  • Read only properties for retrieving the position and size of widgets.

[0.7.2] - 2023-06-06

Fixes

  • Remove debug print

[0.7.1] - 2023-06-05

Fixes

  • Guard clause for widget classes not of the correct type

[0.7.0] - 2023-06-02

Features

  • USD Prims and Attribs now follow USD team prim/attribute naming conventions. (OmniUI{widget} + omni:ui:{widget}:{prop})

[0.6.4] - 2023-05-19

Fixes

  • fn event lambdas pass the originating prim path properly

[0.6.3] - 2023-05-17

Fixes

  • Make stage open/close destroy existing views/frames/windows

[0.6.2] - 2023-05-12

Fixes

  • copyrights and docs updated for publish

[0.6.1] - 2023-05-09

Fixes

  • tests for core

  • small app and test settings adjustments

  • address typo in core subscription method

[0.6.0] - 2023-05-05

Features

  • implement tests

  • rename codeless_ui to no_code_ui for bundle

Fixes

  • minor consistency fixes to enum variable naming

[0.3.0] - 2023-04-26

Features

  • add circle, line, triangle to core and usd

[0.2.0] - 2023-04-24

Features

  • MVP implementation for user testing

[0.1.0] - 2023-02-16

Added

  • Initial creation