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 :Collection of NodeSocket, (readonly)
location
Type :float array of 2 items in [-10000, 10000], default (0.0, 0.0)
name

Node name

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

Inherited Properties

Inherited Functions

References

Previous topic

NlaTracks(bpy_struct)

Next topic

NodeGroup(Node)