TimelineItem.get_node_graph#

TimelineItem.get_node_graph(layer_index: int) Graph[source]#

Returns the clip’s node graph object

Parameters:

layer_index (int) – 1 <= layer_index <= project.GetSetting(“nodeStackLayers”).

Returns:

The clip’s node graph object at layer_index. Returns the first layer if layer_index is skipped.

Return type:

Graph