SpaceNodeEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceNodeEditor(Space)

Node editor space data

id

Datablock whose nodes are being edited

Type :ID, (readonly)
id_from

Datablock from which the edited datablock is linked

Type :ID, (readonly)
node_tree

Node tree being displayed and edited

Type :NodeTree, (readonly)
show_backdrop

Use active Viewer Node output as backdrop for compositing nodes

Type :boolean, default False
texture_type

Type of data to take texture from

Type :enum in [‘OBJECT’, ‘WORLD’, ‘BRUSH’], default ‘OBJECT’
tree_type

Node tree type to display and edit

Type :enum in [‘MATERIAL’, ‘TEXTURE’, ‘COMPOSITING’], default ‘MATERIAL’

Inherited Properties

Inherited Functions

Previous topic

SpaceNLA(Space)

Next topic

SpaceOutliner(Space)