developer.nvidia.com

Command Palette

Search for a command to run...

Omniverse Commands Tool Extension — Isaac Sim Documentation

Last updated: 12/12/2025

Title: Omniverse Commands Tool Extension — Isaac Sim Documentation

URL Source: https://docs.isaacsim.omniverse.nvidia.com/latest/utilities/debugging/ext_omni_kit_commands.html

Published Time: Tue, 21 Oct 2025 19:25:28 GMT

Markdown Content: Omniverse Commands Tool Extension#

About#

The Omniverse Commands Tool Extension provides an interface that connects the UI operations in Omniverse and Isaac Sim to their corresponding Python commands.

To access this extension, go to the top menu bar and click Window > Commands.

User Interface#

Image 1: ../../_images/isaac_commands_tool.png

Configuration Options#

Below are the options that are supported:

  • Search commands: Search for all the commands that can be executed.

  • Clear History: Clears history for all the commands that have been executed and show up in history.

  • Top-level commands: Generate Python scripts corresponding to all top-level commands in history and copy to clipboard.

  • Selected commands: Generate Python scripts corresponding to selected commands in history and copy to clipboard.

Tutorials & Examples#

The following example demonstrates a simple scenario of creating and transforming a cube followed by changing via the UI. It then shows how to use the Omniverse Commands Tool Extension to generate the corresponding Python command to replicate the scenario.

Image 2: ../../_images/isim_4.5_full_ref_external_command_tool.webp

Links/Buttons:

Related Articles