Dataset Viewer
Auto-converted to Parquet Duplicate
file_path
stringlengths
5
148
content
stringlengths
150
498k
size
int64
150
498k
1_0_0_48.md
# 1.00.48 **Release Date:** Feb 2021 ## New Features - News tab – shows the latest information about Omniverse - Show Nucleus Web on the collaboration tab - Improved keyboard navigation and accessibility - Update info for installed apps and connectors automatically when the library tab is opened - Improved the drag ar...
1,821
1_0_42.md
# 1.0.42 **Release Date:** Jan 2021 > - Added News section to display content from Omniverse News in the launcher > - Fixed collecting hardware info on Linux when lshw returns an array > - Add a login session in System Monitor when Nucleus is installed > - Moved all licenses to PACKAGE-LICENSES folder, added a LICENSE...
416
1_0_50.md
# 1.0.50 **Release Date:** March 2021 ## Fixed - Catch unexpected Starfleet responses and return the error that tells users to log in. - Fixed licenses link not working on Linux. ## Removed - Remove debug noise in logs from the auto-updater.
243
1_1_2.md
# 1.1.2 **Release Date:** March 2021 ## Spotlight Features New “Learn Tab” available in launcher lets you get quick and immediate “in-launcher” access to our video learning portal. From Introductory content for the beginner to highly focused deep dives for the experienced, Omniverse Learning Videos are now just a clic...
2,602
1_2_8.md
# 1.2.8 **Release Date:** Aug 2021 ## Spotlight Features **Previous Versions** Users can now install previous version of Omniverse via a new and improved interface. Easy Links When opening files for the first time from a linked location, launcher now confirms the app to load with. Users can also set the default app ...
3,810
1_3_3.md
# 1.3.3 ## Added - Added the OS version to com.nvidia.omniverse.launcher.session telemetry event. - Added the locale to com.nvidia.omniverse.launcher.session telemetry event. - Added “Developer” and “Publisher” fields to component details. - Show “Welcome to Omniverse” page on the first launch. - Support installing the...
1,230
1_3_4.md
# 1.3.4 ## Added - Show the installation date for apps displayed on the library tab. - Added “Collect debug info” button to the settings dialog to prepare a tarball with logs and configuration files. - Show “External link” button for third-party components on the detailed page. ## Fixed - Fixed an issue where links on...
536
1_4_0.md
# 1.4.0 **Release Date:** Nov 2022 ## Changed - Added retries for downloading EULA and GDPR agreements. ## Fixed - Fixed an issue with scrolling the left menu on the exchange tab. - Fixed an issue where Launcher dialogs were displayed behind the exchange view after navigation. - Fixed an issue where thin packages cou...
763
1_5_1.md
# 1.5.1 ## Added - Launcher can now pull notifications from the server. This can be used to send important messages to users instead of displaying them in the toolbar. ## Changed - Changed colors for messages displayed in the bottom toolbar (white for regular text and blue for links instead of yellow). ## Fixed - Esc...
824
1_5_3.md
# 1.5.3 **Release Date:** March 2022 ## Added - Added a `check` argument for `omniverse-launcher://install` command that manages throwing an error in case the same component is already installed. - Support external links for third-party content. ## Fixed - Fixed an issue where downloaded zip archives were not removed...
532
1_5_4.md
# 1.5.4 ## Fixed - Fixed an issue where users couldn’t change configured paths in Launcher. - Fixed Italian translations. - Fixed an issue where Launcher couldn’t be started if System Monitor is installed but missing on disk. - Fixed an issue where connector updates were started immediately instead of being queued on t...
431
1_5_5.md
# 1.5.5 **Release Date:** June 2022 ## Fixed - Fixed an issue related to refreshing the session when installing new apps after desktop comes out of sleep mode. - Fixed an issue where connectors displayed in the library were enlarged. - Fixed an issue related to a blank error when Launcher is started without internet c...
518
1_5_7.md
# 1.5.7 ## Added - Added new controls for changing the current language on the login screen. - Added the Extensions content type in the Exchange. ## Fixed - Fixed an issue where the close icon closed Launcher instead of hiding it to the system tray. - Removed the crash reporter logging when using custom protocol comma...
578
1_6_1.md
# 1.6.10 **Release Date:** Sept 2022 ## Added - Integrated Navigator filesystem directly into the Nucleus tab. - Added “Show in folder” option for downloaded files in Navigator. - Extension installation. - /open command for opening files with installed applications. - Added links for Nucleus Cache in the library. - Di...
1,295
1_7_1.md
# 1.7.1 ## Added - Renamed Enterprise Launcher to IT Managed Launcher. - Added new UI elements on Exchange cards to filter releases by release channel. A release is classified as Alpha, Beta, Release, or Enterprise, depending on its maturity and stability. If an Alpha or Beta release is selected, a banner appears on th...
718
1_8_11.md
# 1.8.11 **Release Date:** July 2023 ## Changed - Updated Nucleus tab with Navigator 3.3.2. - Display “Install” button for new versions in the setting menu on the Library tab. - Extend omniverse-launcher://launch command to support custom launch scripts. ## Fixed - Fixed an issue where users were unable to exit from ...
792
1_8_2.md
# 1.8.2 **Release Date:** Dec 2022 ## Added - Added new UI elements on Exchange cards to filter releases by release channel. A release is classified as Alpha, Beta, Release, or Enterprise, depending on its maturity and stability. If an Alpha or Beta release is selected, a banner appears on the main image to emphasize ...
713
1_8_7.md
# 1.8.7 ## Added - Show Nucleus update version on the Nucleus tab. - Added a Data Opt-In checkbox allowing users to opt-in and opt-out of data collection. - Display Cache version in the library. ## Fixed - Updated Nucleus tab with Navigator 3.3.
246
1_9_10.md
# 1.9.10 **Release Date:** Jan 2024 ## Added - Anonymize telemetry events when users opt out of data collection. - Support feature targeting by OS, Launcher version, build or user profile. - Update Nucleus Navigator to 3.3.4. - Support silent launch for custom protocol commands. ## Changed - Enabled “Newest” sorting ...
1,809
1_9_11.md
# 1.9.11 **Release Date:** April 2024 ## Fixed - Fixed an issue where Launcher was minimized to the system tray instead of exiting when users clicked on Exit option in user settings menu. - Fixed a race condition that could cause settings reset. [OM-118568] - Fixed gallery positioning for content packs. [OM-118695] - ...
1,263
1_9_8.md
# 1.9.8 ## Added - Featured Collections section added to the Exchange tab. - Collection Side Nav expanded by default in Exchange tab. - Pass proxy settings to launched applications with OMNI_PROXY_SERVER environment variable. - Add custom UI for Omniverse Hub app. - Add window titles for News and Learn tabs. - Block us...
3,576
a-simple-extension-demonstrating-how-to-bundle-an-external-renderer-into-a-kit-extension_Overview.md
# Overview ## A simple extension demonstrating how to bundle an external renderer into a Kit extension. ### extension.toml: Important keys - **order = -100** - # Load the extension early in startup (before Open USD libraries) - **writeTarget.usd = true** - # Publish the extension with the version of Open USD built ...
770
a-third-way-to-add-an-extension_overview.md
# Omniverse Kit Project Template ## Omniverse Kit Project Template This project is a template for developing apps and extensions for *Omniverse Kit*. ## Important Links - Omniverse Documentation Site - Github Repo for this Project Template - Extension System ## Getting Started 1. Fork/Clone the Kit Project Template ...
8,876
ABI.md
# ABI Compatibility ## Importance Each C/C++ source file (compilation unit) is processed by the compiler to form an object file. These object files are then combined together by a linker to form a binary (executable, static library, dynamic library, etc.). All of these items–object files, executables, static/dynamic ...
22,441
about_Overview.md
# Overview CAD Converter Service Extension - [omni.services.convert.cad] ## About The CAD Converter Service is a service for batch conversion of CAD files to USD. ## SAMPLE REQUEST: **Format**: “setting name” : default value Request arguments: ```json { "import_path": "" } ``` Full path to the CAD File to convert....
1,017
action-registry_Overview.md
# Overview — Omniverse Kit 1.0.0 documentation ## Overview The Omni Kit Actions Core extension is a framework for creating, registering, and discovering actions. Actions are programmable objects that can encapsulate anything which occurs in a fire and forget manner. An action can be created in one extension and then e...
1,631
ActionGraph.md
# Action Graph This extension is a collection of functionality required for OmniGraph Action Graphs. - [Hands-on Introduction to Action Graphs](https://docs.omniverse.nvidia.com/app_code/prod_extensions/ext_omnigraph/tutorials/quickstart.html) - [Action Graph Car Customizer Tutorial](https://docs.omniverse.nvidia.com...
4,990
actions_Overview.md
# Overview ## Overview The Omni Kit Actions Core extension is a framework for creating, registering, and discovering actions. Actions are programmable objects that can encapsulate anything which occurs in a fire and forget manner. An action can be created in one extension and then executed from anywhere else in the ap...
2,058
action_code_samples_cpp.md
# Action Code Samples - C++ This file contains a collection of examples for implementing OGN nodes that work in Action Graphs. The features that are particular to Action Graph are accessed in C++ through the `IActionGraph` interface. All the concepts of OmniGraph apply equally to Action Graph nodes. See [OGN User Guid...
6,404
action_code_samples_python.md
# Action Graph Code Samples - Python This file contains a collection of examples for implementing OGN nodes that work in Action Graphs. The features that are particular to Action Graph are accessed with `<omni.graph.action.IActionGraph>`. All the concepts of OmniGraph apply equally to Action Graph nodes. See [OGN User...
6,195
activities-tab_Overview.md
# Overview omni.activity.ui is an extension created to display progress and activities. This is the new generation of the activity monitor which replaces the old version of omni.kit.activity.widget.monitor extension since the old activity monitor has limited information on activities and doesn’t always provide accurat...
5,966
activity-timeline-window_Overview.md
# Overview ## Activity Progress Window ### Progress Bar Tab ### Activity Tab ## Activity Timeline Window ### Timeline Tab ## Timeline Tab Users can double click to see what’s happening in each activity, double click with shift will expand/collapse all. Right mouse move can pan the timeline view vertically and ho...
2,525
add-extensions_app_from_scratch.md
# Develop a Simple App This section provides an introduction to Application development and presents important foundational knowledge: - How Applications and Extensions are defined in `.kit` and `.toml` files. - How to explore existing Extensions and adding them to your Application. - How user settings can override A...
14,185
add-language-from-kit-file_OVERVIEW.md
# Overview ## Omniverse Language & Font extension [omni.kit.language.core] This extension has support for changing font. ```python omni.kit.language.core.register_language(("ja_JP", "Japanese", "日本語"), f"{extension_path}/data/fonts/NotoSansJP-SemiBold.ttf", ...
1,874
add-menu_Overview.md
# Overview This is the context menu used in stage and viewport windows. For documentation on creating/adding to context menu, see documentation for omni.kit.widget.context_menu. Functions supported are; ## get_widget_instance Get instance of omni.kit.widget.context_menu class ## get_instance Get instance of contex...
886
add-to-add-menu_Overview.md
# Overview — Omniverse Kit 1.2.0 documentation ## Overview This is the low level context menu that drives omni.kit.context_menu and other extensions. This is a widget. ### Implement a context menu in window ```python import omni.ui as ui import omni.usd import omni.kit.widget.context_menu from omni.kit.widget.context...
5,618
add-to-the-primpathwidget_Overview.md
# Overview — Omniverse Kit 1.11.1 documentation ## Overview The omni.kit.window.property extension offers a window that displays properties and enables users to modify them. Additional features such as property filtering for convenient searching are included as well as convenience functions to add new properties. USD-...
12,364
add-world-bonds_ext_assetutils.md
# Asset Utilities (NvBlastExtAssetUtils) NvBlastExtAssetUtils provides simple utility functions for modifying NvBlastAsset objects. Three functions are provided, described in the following sections. ## Add World Bonds The function NvBlastExtAssetUtilsAddWorldBonds allows the user to create an asset from an existing ...
4,636
adding-a-menu-for-your-extension_Overview.md
# Overview ## Overview omni.kit.menu.utils allows users to add/remove/update menus for the top bar of the window. ## Adding a menu for your extension What does this do? - Adds a menu item “Menu Example” in “File” menu using icon file.svg and when clicked executes action “omni.kit.menuext.extension” / “menu_example”. ...
3,910
adding-preferences-to-your-extension_Overview.md
# Overview — Omniverse Kit 1.5.1 documentation ## Overview omni.kit.window.preferences has a window where users customize settings. NOTE: This document is going to refer to pages, a page is a `PreferenceBuilder` subclass and has name and builds UI. See `MyExtension` below ## Adding preferences to your extension To c...
6,276
adding-widgets-to-your-ui_Overview.md
# Overview — Omniverse Kit 1.1.2 documentation ## Overview omni.kit.widget.settings has a library of widget functions that access values via settings, used by: - omni.kit.property.transform - omni.kit.viewport.menubar.core - omni.kit.window.extensions - omni.kit.window.preferences - omni.rtx.window.settings ## Adding...
4,520
aliases_index.md
# Omniverse Client Library ## Documentation The latest documentation can be found at [omniverse-docs.s3-website-us-east-1.amazonaws.com/client_library/](http://omniverse-docs.s3-website-us-east-1.amazonaws.com/client_library/) ## Samples The Omniverse Connect sample is available through the Omniverse Launcher. Docum...
9,055
allocator_api_globals_users_guide.md
# Globals API (NvBlastGlobals) The NvBlastGlobals library is a utility library which is used by NvBlastTk (see High Level (Toolkit) API (NvBlastTk)) and some extensions (see Extensions (NvBlastExt)) and samples. It provides a global allocator, error callback, and profiler API. ## Allocator **Include NvBlastGlobals....
2,035
animation_index.md
# omni.kit.usd_docs: Omni USD Documentation ## USD in Kit ### FAQ Q: Does Kit (and Omniverse) use Vanilla USD? The short answer is no - we have some custom modifications which mean our version of USD “nv_usd” is partially ABI incompatible with a standard build of USD. Many of these changes are in Hydra and Asset Re...
22,511
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
2

Collection including pe-nlp/ov-kit-doc-files-filter-v2