file_path
stringlengths
32
153
content
stringlengths
0
3.14M
omniverse-code/kit/exts/omni.graph.io/ogn/docs/OgnBundleToUSDA.rst
.. _omni_graph_BundleToUSDA_1: .. _omni_graph_BundleToUSDA: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Bun...
omniverse-code/kit/exts/omni.graph.io/ogn/docs/OgnExportUSDPrim.rst
.. _omni_graph_ExportUSDPrim_1: .. _omni_graph_ExportUSDPrim: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: e...
omniverse-code/kit/exts/omni.graph.io/PACKAGE-LICENSES/omni.graph.io-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.graph.io/config/extension.toml
[package] # Semantic Versioning is used: https://semver.org/ version = "1.2.5" # Lists people or organizations that are considered the "authors" of the package. authors = ["NVIDIA"] # The title and description fields are primarily for displaying extension info in UI title = "OmniGraph IO" description="Input/output no...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/__init__.py
"""There is no public API to this module.""" __all__ = []
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/OgnBundleToUSDADatabase.py
"""Support for simplified access to data on nodes of type omni.graph.BundleToUSDA Outputs a represention of the content of a bundle as usda text """ import carb import carb import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnBundleToUSDADatabase(...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/OgnTransformBundleDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.TransformBundle Applies a transform to an input bundle, storing the result in an output bundle """ import carb import numpy import carb import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn ...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/OgnImportUSDPrimDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ImportUSDPrim Imports data from a USD prim into attributes in an output bundle """ import carb import numpy import carb import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnImpor...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/OgnExportUSDPrimDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ExportUSDPrim Exports data from an input bundle into a USD prim """ import carb import numpy import carb import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnExportUSDPrimDatabas...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/TestOgnImportUSDPrim.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/__init__.py
"""====== GENERATED BY omni.graph.tools - DO NOT EDIT ======""" import omni.graph.tools._internal as ogi ogi.import_tests_in_directory(__file__, __name__)
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/TestOgnBundleToUSDA.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/TestOgnTransformBundle.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/TestOgnExportUSDPrim.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/usd/OgnExportUSDPrimTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnExportUSDPrim.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSi...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/usd/OgnImportUSDPrimTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnImportUSDPrim.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSi...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/usd/OgnBundleToUSDATemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnBundleToUSDA.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSim...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/ogn/tests/usd/OgnTransformBundleTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnTransformBundle.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStage...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/_impl/extension.py
"""Support required by the Carbonite extension loader""" import omni.ext from ..bindings._omni_graph_io import acquire_interface as _acquire_interface # noqa: PLE0402 from ..bindings._omni_graph_io import release_interface as _release_interface # noqa: PLE0402 class _PublicExtension(omni.ext.IExt): def __init_...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/_impl/templates/template_omni.graph.ImportUSDPrim.py
from omni.kit.property.usd.custom_layout_helper import CustomLayoutFrame, CustomLayoutGroup, CustomLayoutProperty class CustomLayout: def __init__(self, compute_node_widget): # print("\nInside template_omni.genproc.ImportUSDPrim.py, CustomLayout:__init__\n"); # Enable template self.enable ...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/_impl/templates/template_omni.graph.ExportUSDPrim.py
from omni.kit.property.usd.custom_layout_helper import CustomLayoutFrame, CustomLayoutGroup, CustomLayoutProperty class CustomLayout: def __init__(self, compute_node_widget): # print("\nInside template_omni.genproc.ExportUSDPrim.py, CustomLayout:__init__\n"); # Enable template self.enable ...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/tests/test_api.py
"""Testing the stability of the API in this module""" import omni.graph.core.tests as ogts import omni.graph.io as ogio from omni.graph.tools.tests.internal_utils import _check_module_api_consistency, _check_public_api_contents # ====================================================================== class _TestOmniGr...
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/tests/__init__.py
"""There is no public API to this module.""" __all__ = [] scan_for_test_modules = True """The presence of this object causes the test runner to automatically scan the directory for unit test cases"""
omniverse-code/kit/exts/omni.graph.io/omni/graph/io/tests/test_prim_data_import_export.py
import omni.graph.core as ogc import omni.kit.test class TestPrimDataImportExport(ogc.tests.OmniGraphTestCase): """Run a unit test to validate data flow through bundles.""" TEST_GRAPH_PATH = "/TestGraph" TRANSLATE = (10.0, 20.0, 30.0) ROTATE = (90.0, 180.0, 270.0) SCALE = (400.0, 500.0, 600.0) ...
omniverse-code/kit/exts/omni.graph.io/docs/CHANGELOG.md
# CHANGELOG This document records all notable changes to ``omni.graph.io`` extension. This project adheres to `Semantic Versioning <https://semver.org/>`_. <<<<<<< HEAD ======= ## [1.2.5] - 2022-11-18 ### Changed - Allow to be used in headless mode ## [1.2.3] - 2022-08-09 ### Fixed - Applied formatting to all of the...
omniverse-code/kit/exts/omni.graph.io/docs/README.md
# OmniGraph I/O [omni.graph.io] The OmniGraph I/O extension provides OmniGraph node types for dealing with collections of USD prims. ImportUSDPrim imports data from one or more USD prims, representing the collection as a single output bundle. ExportUSDPrim takes data from such a bundle as input and exports it to one...
omniverse-code/kit/exts/omni.graph.io/docs/index.rst
OmniGraph I/O ############# .. tabularcolumns:: |L|R| .. csv-table:: :width: 100% **Extension**: omni.graph.io,**Documentation Generated**: |today| .. toctree:: :maxdepth: 1 CHANGELOG
omniverse-code/kit/exts/omni.graph.io/docs/Overview.md
# OmniGraph I/O ```{csv-table} **Extension**: omni.graph.io,**Documentation Generated**: {sub-ref}`today` ```
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnGetCameraTarget.rst
.. _omni_graph_ui_nodes_GetCameraTarget_2: .. _omni_graph_ui_nodes_GetCameraTarget: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: ....
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadWindowSize.rst
.. _omni_graph_ui_nodes_ReadWindowSize_1: .. _omni_graph_ui_nodes_ReadWindowSize: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnNewFrame.rst
.. _omni_graph_ui_nodes_OnNewFrame_1: .. _omni_graph_ui_nodes_OnNewFrame: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnWidgetValueChanged.rst
.. _omni_graph_ui_nodes_OnWidgetValueChanged_1: .. _omni_graph_ui_nodes_OnWidgetValueChanged: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnViewportDragged.rst
.. _omni_graph_ui_nodes_OnViewportDragged_1: .. _omni_graph_ui_nodes_OnViewportDragged: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnPlacer.rst
.. _omni_graph_ui_nodes_Placer_1: .. _omni_graph_ui_nodes_Placer: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :titl...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSetActiveViewportCamera.rst
.. _omni_graph_ui_nodes_SetActiveViewportCamera_1: .. _omni_graph_ui_nodes_SetActiveViewportCamera: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. =============================================================================...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnPicked.rst
.. _omni_graph_ui_nodes_OnPicked_3: .. _omni_graph_ui_nodes_OnPicked: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnGetCameraPosition.rst
.. _omni_graph_ui_nodes_GetCameraPosition_2: .. _omni_graph_ui_nodes_GetCameraPosition: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnDrawDebugCurve.rst
.. _omni_graph_ui_nodes_DrawDebugCurve_1: .. _omni_graph_ui_nodes_DrawDebugCurve: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnViewportClicked.rst
.. _omni_graph_ui_nodes_OnViewportClicked_1: .. _omni_graph_ui_nodes_OnViewportClicked: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadViewportPressState.rst
.. _omni_graph_ui_nodes_ReadViewportPressState_1: .. _omni_graph_ui_nodes_ReadViewportPressState: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ===============================================================================...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnGetViewportResolution.rst
.. _omni_graph_ui_nodes_GetViewportResolution_1: .. _omni_graph_ui_nodes_GetViewportResolution: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSetCameraPosition.rst
.. _omni_graph_ui_nodes_SetCameraPosition_2: .. _omni_graph_ui_nodes_SetCameraPosition: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSetViewportFullscreen.rst
.. _omni_graph_ui_nodes_SetViewportFullscreen_1: .. _omni_graph_ui_nodes_SetViewportFullscreen: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSlider.rst
.. _omni_graph_ui_nodes_Slider_1: .. _omni_graph_ui_nodes_Slider: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :titl...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadMouseState.rst
.. _omni_graph_ui_nodes_ReadMouseState_1: .. _omni_graph_ui_nodes_ReadMouseState: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSetCameraTarget.rst
.. _omni_graph_ui_nodes_SetCameraTarget_2: .. _omni_graph_ui_nodes_SetCameraTarget: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: ....
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSetViewportMode.rst
.. _omni_graph_ui_nodes_SetViewportMode_1: .. _omni_graph_ui_nodes_SetViewportMode: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: ....
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadViewportDragState.rst
.. _omni_graph_ui_nodes_ReadViewportDragState_1: .. _omni_graph_ui_nodes_ReadViewportDragState: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSetViewportRenderer.rst
.. _omni_graph_ui_nodes_SetViewportRenderer_1: .. _omni_graph_ui_nodes_SetViewportRenderer: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :or...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnComboBox.rst
.. _omni_graph_ui_nodes_ComboBox_1: .. _omni_graph_ui_nodes_ComboBox: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSetViewportResolution.rst
.. _omni_graph_ui_nodes_SetViewportResolution_1: .. _omni_graph_ui_nodes_SetViewportResolution: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnGetActiveViewportCamera.rst
.. _omni_graph_ui_nodes_GetActiveViewportCamera_2: .. _omni_graph_ui_nodes_GetActiveViewportCamera: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. =============================================================================...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnSpacer.rst
.. _omni_graph_ui_nodes_Spacer_1: .. _omni_graph_ui_nodes_Spacer: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :titl...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadPickState.rst
.. _omni_graph_ui_nodes_ReadPickState_2: .. _omni_graph_ui_nodes_ReadPickState: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. me...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnButton.rst
.. _omni_graph_ui_nodes_Button_1: .. _omni_graph_ui_nodes_Button: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :titl...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnWriteWidgetProperty.rst
.. _omni_graph_ui_nodes_WriteWidgetProperty_1: .. _omni_graph_ui_nodes_WriteWidgetProperty: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :or...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnPrintText.rst
.. _omni_graph_ui_nodes_PrintText_1: .. _omni_graph_ui_nodes_PrintText: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnWidgetClicked.rst
.. _omni_graph_ui_nodes_OnWidgetClicked_1: .. _omni_graph_ui_nodes_OnWidgetClicked: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: ....
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnVStack.rst
.. _omni_graph_ui_nodes_VStack_1: .. _omni_graph_ui_nodes_VStack: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :titl...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadViewportHoverState.rst
.. _omni_graph_ui_nodes_ReadViewportHoverState_1: .. _omni_graph_ui_nodes_ReadViewportHoverState: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ===============================================================================...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadViewportClickState.rst
.. _omni_graph_ui_nodes_ReadViewportClickState_1: .. _omni_graph_ui_nodes_ReadViewportClickState: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ===============================================================================...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnGetViewportRenderer.rst
.. _omni_graph_ui_nodes_GetViewportRenderer_1: .. _omni_graph_ui_nodes_GetViewportRenderer: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :or...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnWriteWidgetStyle.rst
.. _omni_graph_ui_nodes_WriteWidgetStyle_1: .. _omni_graph_ui_nodes_WriteWidgetStyle: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: ...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnViewportHovered.rst
.. _omni_graph_ui_nodes_OnViewportHovered_1: .. _omni_graph_ui_nodes_OnViewportHovered: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnViewportScrolled.rst
.. _omni_graph_ui_nodes_OnViewportScrolled_1: .. _omni_graph_ui_nodes_OnViewportScrolled: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orph...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnOnViewportPressed.rst
.. _omni_graph_ui_nodes_OnViewportPressed_1: .. _omni_graph_ui_nodes_OnViewportPressed: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadViewportScrollState.rst
.. _omni_graph_ui_nodes_ReadViewportScrollState_1: .. _omni_graph_ui_nodes_ReadViewportScrollState: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. =============================================================================...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnLockViewportRender.rst
.. _omni_graph_ui_nodes_LockViewportRender_1: .. _omni_graph_ui_nodes_LockViewportRender: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orph...
omniverse-code/kit/exts/omni.graph.ui_nodes/ogn/docs/OgnReadWidgetProperty.rst
.. _omni_graph_ui_nodes_ReadWidgetProperty_1: .. _omni_graph_ui_nodes_ReadWidgetProperty: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orph...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/__init__.py
"""There is no public API to this module.""" __all__ = [] from ._impl.extension import _PublicExtension # noqa: F401
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnGetViewportResolutionDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.GetViewportResolution Gets the resolution of the target viewport. """ import numpy import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnGetVi...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnReadViewportPressStateDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.ReadViewportPressState Read the state of the last viewport press event from the specified viewport. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node. """ import numpy import omni.graph....
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnGetCameraTargetDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.GetCameraTarget Gets a viewport camera's target point. """ import numpy import usdrt import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnGetCameraTargetDatabase(og.Data...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnOnViewportHoveredDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.OnViewportHovered Event node which fires when the specified viewport is hovered over. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node. """ import omni.graph.core as og import omni.grap...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnOnViewportPressedDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.OnViewportPressed Event node which fires when the specified viewport is pressed, and when that press is released. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node. """ import numpy impo...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnReadPickStateDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.ReadPickState Read the state of the last picking event from the specified viewport. Note that picking events must be enabled on the specified viewport using a SetViewportMode node. """ import numpy import usdrt import omni.graph.core as og...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnReadWidgetPropertyDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.ReadWidgetProperty Read the value of a widget's property (height, tooltip, etc). """ from typing import Any import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnReadWindowSizeDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.ReadWindowSize Outputs the size of a UI window. """ import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnReadWindowSizeDatabase(og.Database):...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnSetCameraTargetDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.SetCameraTarget Sets the camera's target """ import numpy import usdrt import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnSetCameraTargetDatabase(og.Database): """...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnSetViewportFullscreenDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.SetViewportFullscreen Toggles fullscreen on/off for viewport(s) and visibility on/off for all other panes. """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnSetVi...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnWriteWidgetPropertyDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.WriteWidgetProperty Set the value of a widget's property (height, tooltip, etc). """ from typing import Any import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnLockViewportRenderDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.LockViewportRender Locks and unlocks viewport render. Viewport render is frozen at the frame when it is locked, while computation and UI update are still executed as normal. It fades out back to the current frame when it is unlocked, two out...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnVStackDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.VStack Contruct a Stack on the Viewport. All child widgets of Stack will be placed in a row, column or layer based on the direction input. """ import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnSetViewportRendererDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.SetViewportRenderer Sets renderer for the target viewport. """ import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnSetViewportRendererDataba...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnPrintTextDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.PrintText Prints some text to the system log or to the screen """ import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnPrintTextDatabase(og.D...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnOnWidgetClickedDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.OnWidgetClicked Event node which fires when a UI widget with the specified identifier is clicked. This node should be used in combination with UI creation nodes such as OgnButton. """ import sys import traceback import omni.graph.core as o...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnButtonDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.Button Create a button widget on the Viewport """ import numpy import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnButtonDatabase(og.Databas...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnSliderDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.Slider Create a slider widget on the Viewport """ import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnSliderDatabase(og.Database): """He...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnSetCameraPositionDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.SetCameraPosition Sets the camera's position """ import numpy import usdrt import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnSetCameraPositionDatabase(og.Database): ...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnOnViewportClickedDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.OnViewportClicked Event node which fires when a viewport click event occurs in the specified viewport. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node. """ import numpy import omni.gra...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnOnViewportScrolledDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.OnViewportScrolled Event node which fires when a viewport scroll event occurs in the specified viewport. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node. """ import numpy import omni.g...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnOnWidgetValueChangedDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.OnWidgetValueChanged Event node which fires when a UI widget with the specified identifier has its value changed. This node should be used in combination with UI creation nodes such as OgnSlider. """ from typing import Any import sys import...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnReadViewportScrollStateDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.ReadViewportScrollState Read the state of the last viewport scroll event from the specified viewport. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node. """ import numpy import omni.grap...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnGetCameraPositionDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.GetCameraPosition Gets a viewport camera position """ import numpy import usdrt import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnGetCameraPositionDatabase(og.Databas...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnOnPickedDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.OnPicked Event node which fires when a picking event occurs in the specified viewport. Note that picking events must be enabled on the specified viewport using a SetViewportMode node. """ import numpy import usdrt import omni.graph.core as...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnReadViewportClickStateDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.ReadViewportClickState Read the state of the last viewport click event from the specified viewport. Note that viewport mouse events must be enabled on the specified viewport using a SetViewportMode node. """ import numpy import omni.graph....
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnGetActiveViewportCameraDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.GetActiveViewportCamera Gets the path of the camera bound to a viewport """ import sys import traceback import usdrt import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class Og...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnPlacerDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.Placer Contruct a Placer widget. The Placer takes a single child and places it at a given position within it. """ import numpy import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import o...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnWriteWidgetStyleDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.WriteWidgetStyle Sets a widget's style properties. This node should be used in combination with UI creation nodes such as Button. """ import sys import traceback import omni.graph.core as og import omni.graph.core._omni_graph_core as _og i...
omniverse-code/kit/exts/omni.graph.ui_nodes/omni/graph/ui_nodes/ogn/OgnReadMouseStateDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.ui_nodes.ReadMouseState Reads the current state of the mouse. You can choose which mouse element this node is associated with. When mouse element is chosen to be a button, only outputs:isPressed is meaningful. When coordinates are chosen, only output...