ThemeDopeSheet(bpy_struct)
base class — bpy_struct
- class bpy.types.ThemeDopeSheet(bpy_struct)
Theme settings for the Dope Sheet
- anim_interpolation_constant
Color of lines showing constant interpolation mode
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- anim_interpolation_linear
Color of lines showing linear interpolation mode
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- anim_interpolation_other
Color of lines showing easings & dynamic interpolation mode
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- grid
- Type:
mathutils.Colorof 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_scale_factor
Scale factor for adjusting the height of keyframes
- Type:
float in [0.8, 5], default 1.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)
- summary
Color of summary channel
- Type:
float array of 4 items in [0, 1], default (0.0, 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.Structsubclass
- 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