SpaceNodeOverlay(bpy_struct)

base class — bpy_struct

class bpy.types.SpaceNodeOverlay(bpy_struct)

Settings for display of overlays in the Node Editor

show_context_path

Display breadcrumbs for the editor’s context

Type

boolean, default True

show_overlays

Display overlays like colored or dashed wires

Type

boolean, default True

show_timing

Display each node’s last execution time

Type

boolean, default False

show_wire_color

Color node links based on their connected sockets

Type

boolean, default True

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions

References