NodeInputs(bpy_struct)

base class — bpy_struct

class bpy.types.NodeInputs(bpy_struct)

Collection of Node Sockets

new(type, name, identifier="")

Add a socket to this node

Parameters:
  • type (string, (never None)) – Type, Data type
  • name (string, (never None)) – Name
  • identifier (string, (optional, never None)) – Identifier, Unique socket identifier
Returns:

New socket

Return type:

NodeSocket

remove(socket)

Remove a socket from this node

Parameters:socket (NodeSocket) – The socket to remove
clear()

Remove all sockets from this node

Inherited Properties

Inherited Functions

References

Previous topic

NodeGroupOutput(Node)

Next topic

NodeInstanceHash(bpy_struct)