Command History

About

This Extension provides an interface that connects the UI operations in Omniverse to their corresponding python commands.

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

User Interface

_images/dg_usd_command_history.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 Extension to generate the corresponding python command to replicate the scenario.