ThemeCommonAnim(bpy_struct)
base class — bpy_struct
- class bpy.types.ThemeCommonAnim(bpy_struct)
Shared animation theme properties
- channel
- 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)
- channel_group_active
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- channel_selected
- 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_sub
- Type:
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 0.0)
- keyframe
Color of regular keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (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_moving_hold
Color of moving hold keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.0)
- keyframe_moving_hold_selected
Color of selected moving hold keyframe
- Type:
mathutils.Color
of 3 items in [0, 1], default (0.0, 0.0, 0.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)
- playhead
- Type:
mathutils.Color
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)
- 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