Node(bpy_struct)

base class — bpy_struct

subclasses — NodeFrame, NodeWhileLoop, TextureNode, ShaderNode, CompositorNode, NodeForLoop, 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 “”, (never None)
location
Type :float array of 2 items in [-10000, 10000], default (0.0, 0.0)
name

Unique node identifier

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

Parent this node is attached to

Type :Node, (readonly)
show_texture

Draw node in viewport textured draw mode

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

NlaTracks(bpy_struct)

Next topic

NodeForLoop(Node)