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
FLAT
Flat – Use the default flat previews.3D
3D – Use the material preview scene for the node previews.
- Type:
enum in [‘FLAT’, ‘3D’], default ‘FLAT’
- show_context_path¶
Display breadcrumbs for the editor’s context
- Type:
boolean, default True
- show_named_attributes¶
Show when nodes are using named attributes
- Type:
boolean, default True
- show_overlays¶
Display overlays like colored or dashed wires
- Type:
boolean, default True
- show_previews¶
Display each node’s preview if node is toggled
- Type:
boolean, default False
- show_reroute_auto_labels¶
Label reroute nodes based on the label of connected reroute nodes
- Type:
boolean, default False
- 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 (str) – 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 (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type