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)
-
dopesheet_channel¶ Nonlinear Animation Channel
- Type
float array of 3 items in [0, 1], default (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)
-
nla_track¶ Nonlinear Animation Track
- Type
float array of 3 items in [0, 1], default (0.0, 0.0, 0.0)
-
preview_range¶ Color of preview range overlay
- Type
float array of 4 items in [0, 1], default (0.0, 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)
-
time_marker_line¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
time_marker_line_selected¶ - Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
-
time_scrub_background¶ - Type
float array of 4 items in [0, 1], default (0.0, 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)
-
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.Structsubclass
-
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