Node(bpy_struct)

base class — bpy_struct

subclasses — TextureNode, ShaderNode, CompositorNode, NodeGroup

class bpy.types.Node(bpy_struct)

Node in a node tree

inputs
Type :bpy_prop_collection of NodeSocket, (readonly)
label

Optional custom node label

Type :string, default “”
location
Type :float array of 2 items in [-10000, 10000], default (0.0, 0.0)
name

Unique node identifier

Type :string, default “”
outputs
Type :bpy_prop_collection of NodeSocket, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

NlaTracks(bpy_struct)

Next topic

NodeGroup(Node)