ThemeNodeEditor(bpy_struct)

base class — bpy_struct

class bpy.types.ThemeNodeEditor(bpy_struct)

Theme settings for the Node Editor

color_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

converter_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

distor_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

filter_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

frame_node
Type

float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)

grid_levels

Amount of grid lines displayed in the background

Type

int in [0, 2], default 2

group_node
Type

float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)

group_socket_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

input_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

layout_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

matte_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

node_active
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

node_backdrop
Type

float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)

node_selected
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

noodle_curving

Curving of the noodle

Type

int in [0, 10], default 5

output_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

pattern_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

script_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

selected_text
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

shader_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

space

Settings for space

Type

ThemeSpaceGeneric, (readonly, never None)

space_list

Settings for space list

Type

ThemeSpaceListGeneric, (readonly, never None)

texture_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

vector_node
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

wire
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

wire_inner
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

wire_select
Type

float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)

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