base class — bpy_struct
subclasses — NodeSocketStandard
Input or output socket of a node
| Type: | string, default “”, (never None) |
|---|
Enable the socket
| Type: | boolean, default False |
|---|
Hide the socket
| Type: | boolean, default False |
|---|
Hide the socket input value
| Type: | boolean, default False |
|---|
Unique identifier for mapping sockets
| Type: | string, default “”, (readonly, never None) |
|---|
True if the socket is connected
| Type: | boolean, default False, (readonly) |
|---|
True if the socket is an output, otherwise input
| Type: | boolean, default False, (readonly) |
|---|
Max number of links allowed for this socket
| Type: | int in [1, 4095], default 0 |
|---|
Socket name
| Type: | string, default “”, (never None) |
|---|
Socket links are expanded in the user interface
| Type: | boolean, default False |
|---|
Data type
| Type: | enum in [‘CUSTOM’, ‘VALUE’, ‘INT’, ‘BOOLEAN’, ‘VECTOR’, ‘STRING’, ‘RGBA’, ‘SHADER’], default ‘VALUE’ |
|---|
List of node links from or to this socket (readonly)
Draw socket
| Parameters: |
|---|
Inherited Properties
Inherited Functions
References