NodeSocketStandard(NodeSocket)

base classes — bpy_struct, NodeSocket

subclasses — NodeSocketVector, NodeSocketBool, NodeSocketFloatAngle, NodeSocketIntPercentage, NodeSocketFloat, NodeSocketVirtual, NodeSocketFloatUnsigned, NodeSocketFloatTime, NodeSocketColor, NodeSocketVectorVelocity, NodeSocketString, NodeSocketVectorXYZ, NodeSocketInt, NodeSocketShader, NodeSocketFloatFactor, NodeSocketIntUnsigned, NodeSocketVectorDirection, NodeSocketFloatPercentage, NodeSocketIntFactor, NodeSocketVectorEuler, NodeSocketVectorTranslation, NodeSocketVectorAcceleration

class bpy.types.NodeSocketStandard(NodeSocket)

List of node links from or to this socket (readonly)

draw(context, layout, node, text)

Draw socket

Parameters:
  • layout (UILayout, (never None)) – Layout, Layout in the UI
  • node (Node, (never None)) – Node, Node the socket belongs to
  • text (string, (never None)) – Text, Text label to draw alongside properties
draw_color(context, node)

Color of the socket icon

Parameters:node (Node, (never None)) – Node, Node the socket belongs to
Returns:Color
Return type:float array of 4 items in [0, 1]

Inherited Properties

Inherited Functions