NodeTree(ID)

base classes — bpy_struct, ID

subclasses — CompositorNodeTree, ShaderNodeTree, TextureNodeTree

class bpy.types.NodeTree(ID)

Node tree consisting of linked nodes used for materials, textures and compositing

animation_data

Animation data for this datablock

Type :AnimData, (readonly)
grease_pencil

Grease Pencil datablock

Type :GreasePencil
inputs
Type :GroupInputs bpy_prop_collection of NodeSocket, (readonly)
Type :NodeLinks bpy_prop_collection of NodeLink, (readonly)
outputs
Type :GroupOutputs bpy_prop_collection of NodeSocket, (readonly)
type

Node Tree type

Type :enum in [‘SHADER’, ‘COMPOSITE’, ‘TEXTURE’], default ‘SHADER’, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

NodeSocket(bpy_struct)

Next topic

NoiseTexture(Texture)