Changelog#

The format is based on Keep a Changelog.

[2.0.1] - 2025-04-29#

Changed#

  • Updated documentation with AI agent.

[2.0.0] - 2025-01-16#

Changes#

  • OMPE-34006: Bump major version after removal of deprecated APIs

[1.2.7] - 2024-12-12#

Changes#

  • OMPE-31525: Remove deprecated APIs from omni.kit.stage_templates

[1.2.6] - 2024-10-23#

Changes#

  • Updated API and all exports

[1.2.5] - 2024-07-10#

Changed#

  • OMPE-12963: Use local file instead of s3.

[1.2.4] - 2024-06-25#

Changed#

  • Removed new_stage_finalize as its a private function and shouldn’t not be used

[1.2.3] - 2024-06-26#

Changed#

  • Removed test function set_transform_helper

[1.2.2] - 2024-03-18#

Changed#

  • Fixed errors due to omni.kit.widget.context_menu not loaded

[1.2.1] - 2024-03-18#

Changed#

  • Fixed errors due to omni.kit.context_menu not loaded

[1.2.0] - 2023-12-20#

Add#

  • split into omni.kit.stage_template.core and omni.kit.stage_templates

[1.1.20] - 2023-07-25#

Add#

  • new_stage functions support usd_context and use with CreatePrimCommand

[1.1.19] - 2023-06-02#

Add#

  • Add ability to append many stage template but only rebuild menu once

[1.1.18] - 2023-04-25#

Changes#

  • Fix for default_stage skydome in Y-up

[1.1.17] - 2023-04-26#

Changes#

  • Fix for stage dirty. Re-clean stage dirty after 2 frames as bound materials can trigger it

[1.1.16] - 2023-03-30#

Changes#

  • Fix for multiple stage templates being ticked

[1.1.15] - 2023-03-27#

Changes#

  • Ground prim collider is now a UsdGeom.Plane and will fail gracefully when appropriate schemas are not loaded.

[1.1.14] - 2023-03-10#

Changes#

  • Better handling of module errors

[1.1.13] - 2023-01-24#

Changes#

  • Updated plane to use ground scaling

  • Updated plane to have physics collision

[1.1.12] - 2023-01-12#

Changes#

  • Update usages with create_filepicker with the new api in omni.kit.window.preferences

[1.1.11] - 2022-12-02#

Changes#

  • Fixed plane extent on “default stage” template

[1.1.8] - 2022-10-31#

Changes#

  • Updated warmlights & renamed to “default stage”

[1.1.7] - 2022-10-22#

Changes#

  • Updated warmlights template

[1.1.6] - 2022-10-24#

Changes#

  • Changed Environment from scope to xform

[1.1.5] - 2022-07-22#

Changes#

  • Added warmlights template

[1.1.4] - 2022-06-08#

Changes#

  • Updated menus to use actions

[1.1.3] - 2022-06-08#

Changes#

  • Removed menu right click

[1.1.2] - 2022-01-25#

Changes#

  • Fix possible memory leak.

[1.1.1] - 2021-07-10#

Changes#

  • Fixed issue when attempting to retrieve empty list of new_stage templates, which could result in a runtime error.

[1.1.0] - 2021-06-15#

Changes#

  • Removed custom stage templates, these are now in omni.kit.stage_template.library

[1.0.5] - 2021-05-31#

Changes#

  • Make sure that new stage authoring is done under root layer.

[1.0.4] - 2021-05-03#

Changes#

  • Added subflowers template

[1.0.3] - 2020-11-17#

Changes#

  • Updated to use new filepicker API

[1.0.2] - 2020-11-13#

Changes#

  • Templates create prims with full position, rotation & scale

[1.0.1] - 2020-08-04#

Changes#

  • Fixed issue with symlinks being created in source directory converted toextension 2.0 added tests

[1.0.0] - 2020-05-29#