ActionGroup(bpy_struct)

base class — bpy_struct

class bpy.types.ActionGroup(bpy_struct)

Groups of F-Curves

channels

F-Curves in this group (default None, readonly)

Type:

bpy_prop_collection[FCurve]

color_set

Custom color set to use (default 'DEFAULT')

Type:

Literal[Color Sets Items]

colors

Copy of the colors associated with the group’s color set (readonly, never None)

Type:

ThemeBoneColorSet

is_custom_color_set

Color set is user-defined instead of a fixed theme color set (default False, readonly)

Type:

bool

lock

Action group is locked (default False)

Type:

bool

mute

Action group is muted (default False)

Type:

bool

name

(default “”, never None)

Type:

str

select

Action group is selected (default False)

Type:

bool

show_expanded

Action group is expanded except in graph editor (default False)

Type:

bool

show_expanded_graph

Action group is expanded in graph editor (default False)

Type:

bool

use_pin

(default False)

Type:

bool

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

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

Inherited Properties

Inherited Functions

References