ThemeNLAEditor(bpy_struct)

base class — bpy_struct

class bpy.types.ThemeNLAEditor(bpy_struct)

Theme settings for the NLA Editor

active_action

Animation data-block has active action (array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

active_action_unset

Animation data-block does not have active action (array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

grid

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

Type:

mathutils.Color

keyframe_border

Color of keyframe border (array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

keyframe_border_selected

Color of selected keyframe border (array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

meta_strips

Unselected Meta Strip (for grouping related strips) (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

meta_strips_selected

Selected Meta Strip (for grouping related strips) (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

sound_strips

Unselected Sound Strip (for timing speaker sounds) (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

sound_strips_selected

Selected Sound Strip (for timing speaker sounds) (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

space

Settings for space (readonly, never None)

Type:

ThemeSpaceGeneric

strips

Unselected Action-Clip Strip (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

strips_selected

Selected Action-Clip Strip (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

transition_strips

Unselected Transition Strip (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

transition_strips_selected

Selected Transition Strip (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

tweak

Color for strip/action being “tweaked” or edited (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

tweak_duplicate

Warning/error indicator color for strips referencing the strip being tweaked (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

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