file_path stringlengths 32 153 | content stringlengths 0 3.14M |
|---|---|
omniverse-code/kit/exts/omni.graph.core/docs/decisions/adr-template.rst | :orphan:
--- Template for problem with solution ---
##########################################
* Status: {proposed | rejected | accepted | deprecated | … | superseded by LINK_TO_OTHER_ADR} (OPTIONAL)
* Deciders: {list everyone involved in the decision} (OPTIONAL)
* Date: {YYYY-MM-DD when the decision was last updated... |
omniverse-code/kit/exts/omni.graph.core/docs/decisions/0002-python-api-exposure.rst | Deciding What To Expose As The Python API In OmniGraph
######################################################
* Status: proposed
* Deciders: kpicott, OmniGraph devs
* Date: 2022-07-07
Technical Story: `OM-46154 <https://nvidia-omniverse.atlassian.net/browse/OM-46154>`_
Context and Problem Statement
=================... |
omniverse-code/kit/exts/omni.graph.core/docs/decisions/0003-extension-locations.rst | OmniGraph Extension Locations In The Repo
#########################################
* Status: proposed
* Deciders: kpicott, OmniGraph devs
* Date: 2022-08-12
Technical Story: `OM-50040 <https://nvidia-omniverse.atlassian.net/browse/OM-50040>`_
Context and Problem Statement
=============================
All of the O... |
omniverse-code/kit/exts/omni.graph.core/docs/decisions/0001-python-api-definition.rst | Definition of Python API Surface In OmniGraph
#############################################
* Status: proposed
* Deciders: kpicott, OmniGraph devs
* Date: 2022-06-24
Technical Story: `OM-46154 <https://nvidia-omniverse.atlassian.net/browse/OM-46154>`_
Context and Problem Statement
=============================
Alth... |
omniverse-code/kit/exts/omni.graph.core/docs/decisions/0000-use-markdown-any-decision-records.rst | Use Markdown Any Decision Records
#################################
Context and Problem Statement
=============================
We want to record any decisions made in this project independent whether decisions concern the architecture ("architectural decision record"), the code, or other fields.
Which format and str... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_usd.rst | .. _omnigraph_versioning_usd:
OmniGraph USD Versioning
########################
This type of versioning involves changes to the structure or content of the USD backing for OmniGraph. It should
happen rarely. Two examples of changes of this type are the withdrawal of support for the global implicit graph, and
the move... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_extensions.rst | .. _omnigraph_versioning_extensions:
Versioning OmniGraph Extensions
###############################
The version numbers used by our extensions will follow the :ref:`omnigraph_semantic_versioning` model. Updates to the
version numbers will occur in every MR that modifies the extension. This will entail two changes. T... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/deprecation.rst | .. _omnigraph_deprecation:
OmniGraph Code Deprecation
==========================
This is a guide to the deprecation of Python classes, functions, and objects to support backward compatibility.
C++ deprecation is left to the ABI functions.
Before You Deprecate
--------------------
Unlike C++, Python is totally trans... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_nodes.rst | .. _omnigraph_versioning_nodes:
Node Type Versioning
####################
Although it will probably not happen too frequently, the implementation of node types will occasionally change in such a
way that makes them incompatible with existing uses. In extreme cases the best course of action might be to create an
entir... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_behavior.rst | .. _omnigraph_versioning_behavior:
Code Behavior Versioning
########################
Modifying code behavior is a little trickier than modifying interfaces as the change is invisible to the user
writing code. They can only see it at runtime. One example of this is the deprecation of support for the global
implicit gr... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_python.rst | .. _omnigraph_versioning_python:
Python Support Versioning
#########################
Python has the simultaneous strength and weakness of introspection, where users can access anything that appears in
the Python scripts, making all of the Python deliverables a potential part of the API. This is not a reasonable amoun... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/internal.rst | :orphan:
.. _omnigraph_internal_development:
Kit Internal Documentation
##########################
.. note::
This documentation is used internally and is intended for Kit developers, though it may provide some insights
to Kit SDK users as well.
.. toctree::
:maxdepth: 1
:glob:
Deprecated Code For... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning.rst | .. _omnigraph_internal_versioning:
OmniGraph Versioning And Deprecation
####################################
There are many ways in which the OmniGraph code can change from one release to another. This document sets out to
enumerate all of them and provide guidelines on how to handle each of them.
.. important::
... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_testing.rst | .. _omnigraph_versioning_testing:
Testing Version Upgrades
########################
In order to properly support backward compatibility we need tests in our own code that verify that any code that has not
been fully deprecated continues to be accessible and, if possible, functions as intended.
In an ideal world we w... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_settings.rst | .. _omnigraph_versioning_settings:
OmniGraph Settings For Deprecation
##################################
The OmniGraph settings are instantions of `carb::settings` that are specific to OmniGraph. They are used to put in
temporary settings for deprecation that follows the standard :ref:`omnigraph_deprecation_approach`... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_oni.rst | .. _omnigraph_versioning_oni:
OmniGraph Versioning For ONI Interfaces
#######################################
See the description of the :ref:`omnigraph_oni_versions`.
For this example this sample interface will be used, shown in its initial form.
.. code-block:: cpp
OMNI_DECLARE_INTERFACE(ITestInterface);
... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/SchemaPrimSetting.rst | Schema Prim Setting Flow
########################
The **useSchemaPrim** setting controls how the graph is backed by USD. The code was refactored to divert as much of the
old code as possible into the *deprecated/* directory so that it is isolated and won't change until such time as the
setting is made permanent and it... |
omniverse-code/kit/exts/omni.graph.core/docs/internal/versioning_carbonite.rst | .. _omnigraph_versioning_carbonite:
OmniGraph Versioning For Carbonite Interfaces
#############################################
See the description of the :ref:`omnigraph_carbonite_versions`.
For this example this sample interface will be used, shown in its initial form. Note the structure integrity check at
the end... |
omniverse-code/kit/exts/omni.kit.widget.text_editor/PACKAGE-LICENSES/omni.kit.widget.text_editor-LICENSE.md | Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docume... |
omniverse-code/kit/exts/omni.kit.widget.text_editor/config/extension.toml | [package]
title = "Text Editor"
category = "Internal"
description = "Bindings to ImGuiColorTextEdit"
version = "1.0.2"
changelog = "docs/CHANGELOG.md"
icon = "data/icon.png"
preview_image = "data/preview.png"
[dependencies]
"omni.ui" = {}
[[native.library]]
path = "bin/${lib_prefix}omni.kit.widget.text_editor${lib_ex... |
omniverse-code/kit/exts/omni.kit.widget.text_editor/omni/kit/widget/text_editor/__init__.py | ## Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this softw... |
omniverse-code/kit/exts/omni.kit.widget.text_editor/omni/kit/widget/text_editor/tests/__init__.py | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.kit.widget.text_editor/omni/kit/widget/text_editor/tests/test_text_editor.py | ## Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this softw... |
omniverse-code/kit/exts/omni.kit.widget.text_editor/docs/CHANGELOG.md | # Changelog
## [1.0.2] - 2022-07-28
### Added
- Callback passing a bool that user has edited the text
## [1.0.1] - 2022-06-29
### Added
- Syntax highlighting
## [1.0.0] - 2022-04-30
### Added
- Initial commit
|
omniverse-code/kit/exts/omni.kit.widget.text_editor/docs/README.md | # omni.kit.widget.text_editor
## Overview
It's binding of ImGuiColorTextEdit in omni.ui, syntax highlighting text editor.
It approximates typical code editor look and feel.

## Fonts
TextEditor widget supports fonts from style
```
import omni.ui as ui
from omni.kit.widget.text_editor impor... |
omniverse-code/kit/exts/omni.kit.widget.text_editor/docs/index.rst | omni.kit.widget.text_editor
###########################
.. toctree::
:maxdepth: 1
CHANGELOG |
omniverse-code/kit/exts/omni.timeline/omni/timeline/_timeline.pyi | from __future__ import annotations
import omni.timeline._timeline
import typing
import carb.events._events
__all__ = [
"ITimeline",
"Timeline",
"TimelineEventType",
"acquire_timeline_interface",
"release_timeline_interface"
]
class ITimeline():
def clear_tentative_time(self) -> None:
... |
omniverse-code/kit/exts/omni.timeline/omni/timeline/__init__.py | from ._timeline import *
def get_timeline_interface(timeline_name: str='') -> Timeline:
"""Returns the timeline with the given name via cached :class:`omni.timeline.ITimeline` interface"""
if not hasattr(get_timeline_interface, "timeline"):
get_timeline_interface.timeline = acquire_timeline_interface... |
omniverse-code/kit/exts/omni.timeline/omni/timeline/tests/tests.py | # Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.timeline/omni/timeline/tests/test_thread_safety.py | # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.timeline/omni/timeline/tests/__init__.py | from .tests import *
from .test_thread_safety import * |
omniverse-code/kit/exts/omni.kit.widget.graph/PACKAGE-LICENSES/omni.kit.widget.graph-LICENSE.md | Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docume... |
omniverse-code/kit/exts/omni.kit.widget.graph/config/extension.toml | [package]
title = "Omni::UI Graph Widget"
category = "Internal"
description = "Omniverse Kit Graph Widget"
version = "1.5.6-104_2"
authors = ["NVIDIA"]
repository = ""
keywords = ["graph", "widget"]
changelog = "docs/CHANGELOG.md"
preview_image = "data/preview.png"
icon = "data/icon.png"
[dependencies]
"omni.ui" = {}
... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_node_delegate.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/isolation_graph_model.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/backdrop_delegate.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_node_delegate_full.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_layout.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_node_index.py | # Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_model.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/__init__.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/compound_node_delegate.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_node_delegate_closed.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_view.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_node.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/abstract_batch_position_getter.py | # Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/backdrop_getter.py | # Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_model_batch_position_helper.py | # Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/graph_node_delegate_router.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/selection_getter.py | # Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/abstract_graph_node_delegate.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/tests/test_delegate.py | ## Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this softw... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/tests/test_graph_with_subports.py | ## Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this softw... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/tests/test_graph.py | ## Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this softw... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/tests/test_graph_cache.py | ## Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this softw... |
omniverse-code/kit/exts/omni.kit.widget.graph/omni/kit/widget/graph/tests/__init__.py | ## Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this softw... |
omniverse-code/kit/exts/omni.kit.widget.graph/docs/CHANGELOG.md | # Changelog
Omniverse Kit Graph Widget
## [1.5.6-104_2] - 2023-01-11
### Fixed
- Connection or Node is not updated when model changes
## [1.5.4] - 2022-12-19
### Added
- Setting `/exts/omni.kit.widget.graph/raster_nodes` to rasterize the nodes
## [1.5.3] - 2022-10-28
### Fixed
- Crash when moving several nodes
## ... |
omniverse-code/kit/exts/omni.kit.widget.graph/docs/overview.md | # Overview
Omni.kit.widget.graph provides the base for the delegate of graph nodes. It also defines the standard interface for graph models. With the layout algorithm, GraphView gives a visualization layer of how graph nodes display and how they connect/disconnect with each to form a graph.
## Delegate
The graph node... |
omniverse-code/kit/exts/omni.kit.viewport.bundle/PACKAGE-LICENSES/omni.kit.viewport.bundle-LICENSE.md | Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docume... |
omniverse-code/kit/exts/omni.kit.viewport.bundle/config/extension.toml | [package]
# Semantic Versioning is used: https://semver.org/
version = "104.0.2"
# Lists people or organizations that are considered the "authors" of the package.
authors = ["NVIDIA"]
# The title and description fields are primarly for displaying extension info in UI
title = "Viewport Bundle"
description="A bundle of... |
omniverse-code/kit/exts/omni.kit.viewport.bundle/docs/CHANGELOG.md | # CHANGELOG
This document records all notable changes to ``omni.kit.viewport.bundle`` extension.
This project adheres to `Semantic Versioning <https://semver.org/>`_.
## [104.0.2] - 2022-09-28
### Added
- New Lighting menu item.
## [104.0.1] - 2022-08-26
### Added
- Default legacy Viewport displayOptions to all visi... |
omniverse-code/kit/exts/omni.kit.viewport.bundle/docs/README.md | # Viewport Bundle Extension [omni.kit.viewport.bundle]
A bundle of Viewport extensions that creates a baseline interactive Viewport.
|
omniverse-code/kit/exts/omni.kit.viewport.bundle/docs/index.rst | omni.kit.viewport.bundle
###########################
Viewport Bundle
.. toctree::
:maxdepth: 1
README
CHANGELOG
.. automodule:: omni.kit.viewport.bundle
:platform: Windows-x86_64, Linux-x86_64
:members:
:undoc-members:
:show-inheritance:
:imported-members:
|
omniverse-code/kit/exts/omni.kit.livestream.native/PACKAGE-LICENSES/omni.kit.livestream.native-LICENSE.md | Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docume... |
omniverse-code/kit/exts/omni.kit.livestream.native/config/extension.toml | [package]
version = "0.1.5"
title = "Livestream Native Backend"
description = "Enable streaming capabilities, making the application useable remotely."
readme = "docs/README.md"
repository = ""
category = "Rendering"
keywords = ["streaming", "server"]
changelog = "docs/CHANGELOG.md"
icon = "data/icon.png"
preview_image... |
omniverse-code/kit/exts/omni.kit.livestream.native/omni/kit/livestream/native/__init__.py | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.kit.livestream.native/omni/kit/livestream/native/scripts/extension.py | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.kit.livestream.native/omni/kit/livestream/native/scripts/__init__.py | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.kit.livestream.native/omni/kit/livestream/native/scripts/streaming_interface.py | # Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.kit.livestream.native/docs/CHANGELOG.md | # Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.5] - 2022-09-06
### Added
- Added streaming manager interfa... |
omniverse-code/kit/exts/omni.kit.livestream.native/docs/README.md | # Livestream Native Backend [omni.kit.livestream.native]
Server-side native streaming feature, allowing Users to interact with Omniverse applications over the network or the Internet.
For details about using streaming clients on end-User machines, download and install "Kit Remote" from the Omniverse Launcher. Visit h... |
omniverse-code/kit/exts/omni.kit.livestream.native/docs/index.rst | omni.kit.livestream.native
##########################
This section presents the server-side native streaming feature, allowing Users to interact with Omniverse applications from clients over the network or the Internet.
Python API Reference
*********************
.. automodule:: omni.kit.livestream.native
:platfo... |
omniverse-code/kit/exts/omni.kit.stage_templates/PACKAGE-LICENSES/omni.kit.stage_templates-LICENSE.md | Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docume... |
omniverse-code/kit/exts/omni.kit.stage_templates/config/extension.toml | [package]
# Semantic Versioning is used: https://semver.org/
version = "1.1.13"
category = "Internal"
# Lists people or organizations that are considered the "authors" of the package.
authors = ["NVIDIA"]
# The title and description fields are primarly for displaying extension info in UI
title = "Stage Templates"
des... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/__init__.py | # NOTE: all imported classes must have different class names
from .new_stage import *
from .templates import *
|
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/stage_templates_menu.py | import locale
import carb
import functools
import carb.settings
import omni.kit.app
from functools import partial
def get_action_name(name):
return name.lower().replace('-', '_').replace(' ', '_')
class StageTemplateMenu:
def __init__(self):
pass
def on_startup(self):
self._build_sub_me... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/stage_templates_page.py | import re
import os
import carb.settings
import omni.kit.app
import omni.ui as ui
from functools import partial
from omni.kit.window.preferences import PreferenceBuilder, show_file_importer, SettingType, PERSISTENT_SETTINGS_PREFIX
class StageTemplatesPreferences(PreferenceBuilder):
def __init__(self):
sup... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/new_stage.py | import os
import carb
import carb.settings
import omni.ext
import omni.kit.app
import omni.usd
import asyncio
import glob
import omni.kit.actions.core
from inspect import signature
from functools import partial
from pxr import Sdf, UsdGeom, Usd, Gf
from contextlib import suppress
from .stage_templates_menu import get_a... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/templates/default_stage.py | import carb
import omni.ext
import omni.kit.commands
from pxr import UsdLux, UsdShade, Kind, Vt, Gf, UsdGeom, Sdf
from ..new_stage import *
class DefaultStage:
def __init__(self):
register_template("default stage", self.new_stage)
def __del__(self):
unregister_template("default stage")
d... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/templates/sunlight.py | import carb
import omni.ext
import omni.kit.commands
from pxr import UsdLux
from ..new_stage import *
class SunlightStage:
def __init__(self):
register_template("sunlight", self.new_stage)
def __del__(self):
unregister_template("sunlight")
def new_stage(self, rootname, usd_context_name):... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/templates/__init__.py | from .sunlight import SunlightStage
from .default_stage import DefaultStage
new_stage_template_list = None
def load_templates():
global new_stage_template_list
new_stage_template_list = [SunlightStage(), DefaultStage()]
def unload_templates():
global new_stage_template_list
new_stage_template_list ... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/tests/test_new_stage_menu.py | import omni.kit.test
import asyncio
import carb
import omni.usd
import omni.ui as ui
from omni.kit import ui_test
from omni.kit.menu.utils import MenuItemDescription, MenuLayout
class TestMenuFile(omni.kit.test.AsyncTestCase):
async def setUp(self):
# wait for material to be preloaded so create menu is co... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/tests/__init__.py | from .test_commands import *
from .test_new_stage import *
from .test_new_stage_menu import *
from .test_templates import *
from .test_preferences import *
|
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/tests/test_new_stage.py | import unittest
import carb.settings
import omni.kit.app
import omni.kit.test
import omni.kit.stage_templates
from pxr import UsdGeom
class TestNewStage(omni.kit.test.AsyncTestCase):
async def setUp(self):
self._staged_called = 0
self._stage_name = "$$_test_stage_$$"
async def tearDown(self):... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/tests/test_preferences.py | ## Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this software a... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/tests/test_templates.py | import asyncio
import unittest
import carb.settings
import omni.kit.app
import omni.kit.test
import omni.kit.stage_templates
# also see kit\source\extensions\omni.kit.menu.file\python\omni\kit\menu\file\tests\test_func_templates.py as simular test
# added here for coverage
class TestNewStageTemplates(omni.kit.test.As... |
omniverse-code/kit/exts/omni.kit.stage_templates/omni/kit/stage_templates/tests/test_commands.py | import unittest
import carb.settings
import omni.kit.test
import omni.kit.stage_templates
from pxr import UsdGeom
class TestCommands(omni.kit.test.AsyncTestCase):
async def setUp(self):
self._staged_called = 0
self._stage_name = "$$_test_stage_$$"
async def tearDown(self):
pass
d... |
omniverse-code/kit/exts/omni.kit.widget.inspector/config/extension.toml | [package]
title = "UI Inspector (Preview)"
description = "Inspect your UI Elements"
version = "1.0.3"
category = "Developer"
authors = ["NVIDIA"]
repository = ""
keywords = ["stage", "outliner", "scene"]
changelog = "docs/CHANGELOG.md"
readme = "docs/README.md"
preview_image = "data/inspector_full.png"
icon = "data/clo... |
omniverse-code/kit/exts/omni.kit.widget.inspector/omni/kit/widget/inspector/__init__.py | ## Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
##
## NVIDIA CORPORATION and its licensors retain all intellectual property
## and proprietary rights in and to this software, related documentation
## and any modifications thereto. Any use, reproduction, disclosure or
## distribution of this softw... |
omniverse-code/kit/exts/omni.kit.widget.inspector/omni/kit/widget/inspector/scripts/extension.py | # Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.widget.inspector/omni/kit/widget/inspector/tests/test_widget.py | import omni.kit.test
from omni.kit.widget.inspector import PreviewMode, InspectorWidget
import functools
class TestInspectorWidget(omni.kit.test.AsyncTestCase):
async def setUp(self):
self._widget = InspectorWidget()
def test_widget_init(self):
self.assertTrue(self._widget)
def test_widg... |
omniverse-code/kit/exts/omni.kit.widget.inspector/omni/kit/widget/inspector/tests/__init__.py | from .test_widget import *
|
omniverse-code/kit/exts/omni.kit.widget.inspector/docs/CHANGELOG.md | # Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [1.0.3] - 2022-10-17
### Changes
- New mode COLOR_NO_NAVIGATION
## [1.0.2] - 2022-05-16
### Changes
- Added tests
## [1.0.1] - 2021-11-24
### Changes
- Update to latest omni.ui_query
## [1.0.0] - 2021-10-07
- Initial Re... |
omniverse-code/kit/exts/omni.kit.widget.inspector/docs/README.md | # UI Inspector Widget [omni.kit.widget.inspector]
|
omniverse-code/kit/exts/omni.kit.property.usd/PACKAGE-LICENSES/omni.kit.property.usd-LICENSE.md | Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docume... |
omniverse-code/kit/exts/omni.kit.property.usd/config/extension.toml | [package]
# Semantic Versioning is used: https://semver.org/
version = "3.18.17"
category = "Internal"
feature = true
# Lists people or organizations that are considered the "authors" of the package.
authors = ["NVIDIA"]
# The title and description fields are primarly for displaying extension info in UI
title = "USD... |
omniverse-code/kit/exts/omni.kit.property.usd/omni/kit/property/usd/usd_model_base.py | # Copyright (c) 2020-2021, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software an... |
omniverse-code/kit/exts/omni.kit.property.usd/omni/kit/property/usd/relationship.py | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.kit.property.usd/omni/kit/property/usd/usd_property_widget.py | # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and rel... |
omniverse-code/kit/exts/omni.kit.property.usd/omni/kit/property/usd/property_preferences_page.py | import carb.settings
import omni.ui as ui
from omni.kit.window.preferences import PreferenceBuilder, SettingType, PERSISTENT_SETTINGS_PREFIX
class PropertyUsdPreferences(PreferenceBuilder):
def __init__(self):
super().__init__("Property Widgets")
def build(self):
with ui.VStack(height=0):
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.