get_graph_settings
- omni.graph.core.get_graph_settings(graph: str | pxr.Sdf.Path | omni.graph.core._omni_graph_core.Graph | pxr.Usd.Prim | pxr.Usd.Typed) GraphSettings
Return the current settings for the graph. This is just a copy of the settings. Changing it will not affect the graph’s settings. To do that you must go through the graph ABI
- Parameters
graph – Graph for which the settings are to be retrieved
- Returns
The settings currently on the graph
- Return type