NodeLinks(bpy_struct)

base class — bpy_struct

Collection of Node Links

new(input, output)

Add a node link to this node tree.

Parameters:
Returns:

New node link.

Return type:

NodeLink

remove(link)

remove a node link from the node tree.

Parameters:link (NodeLink) – The node link to remove.

Inherited Properties

Inherited Functions

References

Previous topic

NodeLink(bpy_struct)

Next topic

NodeSocket(bpy_struct)