NodeLinks(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.NodeLinks(bpy_struct)¶ Collection of Node Links
-
new(input, output, verify_limits=True)¶ Add a node link to this node tree
Parameters: - input (
NodeSocket, (never None)) – The input socket - output (
NodeSocket, (never None)) – The output socket - verify_limits (boolean, (optional)) – Verify Limits, Remove existing links if connection limit is exceeded
Returns: New node link
Return type: - input (
-
remove(link)¶ remove a node link from the node tree
Parameters: link ( NodeLink, (never None)) – The node link to remove
-
clear()¶ remove all node links from the node tree
-
Inherited Properties
Inherited Functions
References