ThemeCommonAnim(bpy_struct)

base class — bpy_struct

class bpy.types.ThemeCommonAnim(bpy_struct)

Shared animation theme properties

channel

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

channel_group

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

channel_group_active

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

channel_selected

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

channels

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

channels_sub

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

keyframe

Color of regular keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_breakdown

Color of breakdown keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_breakdown_selected

Color of selected breakdown keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_extreme

Color of extreme keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_extreme_selected

Color of selected extreme keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_generated

Color of generated keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_generated_selected

Color of selected generated keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_jitter

Color of jitter keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_jitter_selected

Color of selected jitter keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_moving_hold

Color of moving hold keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_moving_hold_selected

Color of selected moving hold keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

keyframe_selected

Color of selected keyframe (array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

long_key

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

long_key_selected

(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

playhead

(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))

Type:

mathutils.Color

preview_range

Color of preview range overlay (array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

scene_strip_range

Color of scene strip range overlay (array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))

Type:

bpy_prop_array[float]

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:

bpy.types.Struct

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

Inherited Properties

Inherited Functions

References