NodeTree(ID)

base classes — bpy_struct, ID

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
nodes
Type :Collection of Node, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

NodeSocket(bpy_struct)

Next topic

NoiseTexture(Texture)