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:
- 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:
- 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:
- sound_strips¶
Unselected Sound Strip (for timing speaker sounds) (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- 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:
- space¶
Settings for space (readonly, never None)
- Type:
- strips¶
Unselected Action-Clip Strip (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- strips_selected¶
Selected Action-Clip Strip (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- transition_strips¶
Unselected Transition Strip (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- transition_strips_selected¶
Selected Transition Strip (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- tweak¶
Color for strip/action being “tweaked” or edited (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- 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:
- 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:
- 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