Skip to main content
Ctrl+K
Omniverse Kit - Home Omniverse Kit - Home

Omniverse Kit

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch
Omniverse Kit - Home Omniverse Kit - Home

Omniverse Kit

  • twitter
  • youtube
  • instagram
  • www
  • linkedin
  • twitch

Table of Contents

omni.graph

  • Overview
    • AutoNode
      • Walkthroughs
        • Walkthrough - Script and Graph Editor
        • Walkthrough - External Python Scripting
      • AutoNode Examples
        • Simple Data Type Examples
        • Tuple Data Type Examples
        • Role-Based Data Type Examples
        • Special Data Type Examples
        • Multiple-Output Examples
        • Examples Using Custom Decoration
        • All Data Type Examples
      • Missing Pieces
      • How It Works
    • Data Types
  • API (python)
    • Modules
      • omni.graph.core
        • Submodules
          • typing
            • Classes
              • TypeConversion
        • Classes
          • Attribute
          • AttributeData
          • AttributeDataValueHelper
          • AttributePortType
          • AttributeRole
          • AttributeType
          • AttributeValueHelper
          • BaseDataType
          • BucketId
          • Bundle
          • BundleChangeType
          • BundleChanges
          • BundleContainer
          • BundleContents
          • BundleWriteBlock
          • ComputeGraph
          • ConnectionInfo
          • ConnectionType
          • Controller
          • DataView
          • DataWrapper
          • Database
          • Device
          • Dtype
          • DynamicAttributeAccess
          • DynamicAttributeInterface
          • ExecutionAttributeState
          • ExtendedAttributeType
          • ExtensionInformation
          • FileFormatVersion
          • FunctionResult
          • Graph
          • GraphBackingType
          • GraphContext
          • GraphController
          • GraphEvaluationMode
          • GraphEvent
          • GraphPipelineStage
          • GraphRegistry
          • GraphRegistryEvent
          • GraphSettings
          • IBundle2
          • IBundleChanges
          • IBundleFactory
          • IBundleFactory2
          • IConstBundle2
          • INodeCategories
          • INodeTypeForwarding
          • INodeTypeForwarding2
          • IPrimView
          • ISchedulingHints
          • ISchedulingHints2
          • IVariable
          • MemoryType
          • Node
          • NodeController
          • NodeEvent
          • NodeType
          • NodeTypeConstructionError
          • ObjectLookup
          • OmniGraphAttributeError
          • OmniGraphBindingError
          • OmniGraphError
          • OmniGraphInspector
          • OmniGraphTypeError
          • OmniGraphValueError
          • PerNodeKeys
          • PtrToPtrKind
          • ReadOnlyError
          • RuntimeAttribute
          • Settings
          • Severity
          • ThreadsafetyTestUtils
          • Type
          • TypedValue
          • WrappedArrayType
          • eAccessLocation
          • eAccessType
          • eComputeRule
          • ePurityStatus
          • eThreadSafety
          • eVariableScope
        • Functions
          • attribute_value_as_usd
          • create_node_type
          • data_shape_from_type
          • developer_mode_active
          • get_graph_settings
          • get_kit_version
          • get_port_type_namespace
          • in_compute
          • is_attribute_plain_data
          • is_in_compute
          • python_value_as_usd
          • resolve_base_coupled
          • resolve_fully_coupled
          • traverse_downstream_graph
          • traverse_upstream_graph
          • acquire_interface
          • attach
          • create_prim_view_from_prims
          • create_prim_view_from_query
          • deregister_node_type
          • deregister_post_load_file_format_upgrade_callback
          • deregister_pre_load_file_format_upgrade_callback
          • detach
          • get_all_graphs
          • get_all_graphs_and_subgraphs
          • get_bundle_tree_factory_interface
          • get_compute_cuda_device
          • get_compute_graph_contexts
          • get_global_orchestration_graphs
          • get_global_orchestration_graphs_in_pipeline_stage
          • get_graph_by_path
          • get_graphs_in_pipeline_stage
          • get_node_by_path
          • get_node_categories_interface
          • get_node_type
          • get_node_type_forwarding_interface
          • get_node_type_forwarding_interface2
          • get_registered_nodes
          • is_global_graph_prim
          • on_shutdown
          • register_node_type
          • register_post_load_file_format_upgrade_callback
          • register_pre_load_file_format_upgrade_callback
          • register_python_node
          • release_interface
          • set_test_failure
          • shutdown_compute_graph
          • test_failure_count
          • update
  • Changelog
1.135.01.140.01.140.11.140.21.141.0
  • API (python)
  • omni.graph.core Functions
  • get_global_o...

get_global_orchestration_graphs#

omni.graph.core.get_global_orchestration_graphs() → List[omni.graph.core._omni_graph_core.Graph]#

Gets the global orchestration graphs

Returns:

A list of the global orchestration graphs that house all other graphs.

Return type:

list[omni.graph.core.Graph]

previous

get_compute_graph_contexts

next

get_global_orchestration_graphs_in_pipeline_stage

On this page
  • get_global_orchestration_graphs()
NVIDIA NVIDIA

Copyright © 2019-2025, NVIDIA Corporation.

Last updated on Apr 28, 2025.