SpaceNodeEditor(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceNodeEditor(Space)

Node editor space data

backdrop_channels

Channels of the image to draw

Type :enum in [‘COLOR’, ‘COLOR_ALPHA’, ‘ALPHA’], default ‘COLOR’
backdrop_x

Backdrop X offset

Type :float in [-inf, inf], default 0.0
backdrop_y

Backdrop Y offset

Type :float in [-inf, inf], default 0.0
backdrop_zoom

Backdrop zoom factor

Type :float in [0.01, inf], default 1.0
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’
use_auto_render

Re-render and composite changed layer on 3D edits

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

SpaceNLA(Space)

Next topic

SpaceOutliner(Space)