Package bpy :: Module types :: Class SpaceNodeEditor
[hide private]
[frames] | no frames]

Class SpaceNodeEditor


The Space Node Editor Object

Node editor space data.

(no references to this struct found)

Instance Variables [hide private]
boolean backdrop
Use active Viewer Node output as backdrop for compositing nodes.
ID (readonly) id
Datablock whose nodes are being edited.
ID (readonly) id_from
Datablock from which the edited datablock is linked.
NodeTree (readonly) nodetree
Node tree being displayed and edited.
enum texture_type
Type of data to take texture from.
enum tree_type
Node tree type to display and edit.
enum (readonly) type
Space data type. (Inherited from bpy.types.Space)
Instance Variable Details [hide private]

texture_type

Type of data to take texture from. in...
  • OBJECT
  • WORLD
  • BRUSH
Type:
enum

tree_type

Node tree type to display and edit. in...
  • MATERIAL
  • TEXTURE
  • COMPOSITING
Type:
enum