ThemeDopeSheet(bpy_struct)¶
base class — bpy_struct
- class bpy.types.ThemeDopeSheet(bpy_struct)¶
Theme settings for the Dope Sheet
- active_channels_group¶
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- channel_group¶
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- channels¶
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- channels_selected¶
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- dopesheet_channel¶
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- dopesheet_subchannel¶
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- frame_current¶
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- grid¶
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- interpolation_line¶
Color of lines showing non-Bézier interpolation modes
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- keyframe¶
Color of Keyframe
- Type:
mathutils.Color
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)
- keyframe_breakdown¶
Color of breakdown keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_breakdown_selected¶
Color of selected breakdown keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_extreme¶
Color of extreme keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_extreme_selected¶
Color of selected extreme keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_generated¶
Color of generated keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_generated_selected¶
Color of selected generated keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_jitter¶
Color of jitter keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_jitter_selected¶
Color of selected jitter keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_movehold¶
Color of moving hold keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_movehold_selected¶
Color of selected moving hold keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_scale_factor¶
Scale factor for adjusting the height of keyframes
- Type:
float in [0.8, 5], default 1.0
- keyframe_selected¶
Color of selected keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- long_key¶
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- long_key_selected¶
- Type:
float array of 4 items in [0, 1], default (0.0, 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)
- simulated_frames¶
- Type:
float array of 4 items in [0, 1], default (0.0, 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)
- summary¶
Color of summary channel
- Type:
float array of 4 items in [0, 1], default (0.0, 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)
- value_sliders¶
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- view_sliders¶
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- classmethod bl_rna_get_subclass(id, default=None)¶
- Parameters:
id (str) – 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 (str) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type