SpaceNodeOverlay(bpy_struct)

base class — bpy_struct

class bpy.types.SpaceNodeOverlay(bpy_struct)

Settings for display of overlays in the Node Editor

preview_shape

Preview shape used by the node previews (default 'FLAT')

  • FLAT Flat – Use the default flat previews.

  • 3D 3D – Use the material preview scene for the node previews.

Type:

Literal[‘FLAT’, ‘3D’]

show_context_path

Display breadcrumbs for the editor’s context (default True)

Type:

bool

show_named_attributes

Show when nodes are using named attributes (default True)

Type:

bool

show_overlays

Display overlays like colored or dashed wires (default True)

Type:

bool

show_previews

Display each node’s preview if node is toggled (default False)

Type:

bool

show_reroute_auto_labels

Label reroute nodes based on the label of connected reroute nodes (default False)

Type:

bool

show_timing

Display each node’s last execution time (default False)

Type:

bool

show_wire_color

Color node links based on their connected sockets (default True)

Type:

bool

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References