NodeSocket(bpy_struct)

base class — bpy_struct

subclasses — VectorNodeSocket, RGBANodeSocket, ValueNodeSocket

class bpy.types.NodeSocket(bpy_struct)

Input or output socket of a node

name

Socket name

Type :string, default “”
type

Node Socket type

Type :enum in [‘VALUE’, ‘VECTOR’, ‘RGBA’], default ‘VALUE’, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

NodeLinks(bpy_struct)

Next topic

NodeTree(ID)