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

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

Animation data block doesn’t have active action

Type:float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
frame_current
Type:float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
grid
Type:float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
keyframe_border

Color of keyframe border

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

Color of selected keyframe border

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

Meta Strip - Unselected (for grouping related strips)

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

Meta Strip - Selected (for grouping related strips)

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

Sound Strip - Unselected (for timing speaker sounds)

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

Sound Strip - Selected (for timing speaker sounds)

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)
strips

Action-Clip Strip - Unselected

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

Action-Clip Strip - Selected

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

Transition Strip - Unselected

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

Transition Strip - Selected

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

Color for strip/action being ‘tweaked’ or edited

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

Warning/error indicator color for strips referencing the strip being tweaked

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

Inherited Properties

Inherited Functions

References

Previous topic

ThemeLogicEditor(bpy_struct)

Next topic

ThemeNodeEditor(bpy_struct)