ActionGroup(bpy_struct)

base class — bpy_struct

class bpy.types.ActionGroup(bpy_struct)

Groups of F-Curves

channels

F-Curves in this group

Type :bpy_prop_collection of FCurve, (readonly)
custom_color

Index of custom color set

Type :int in [-inf, inf], default 0
lock

Action Group is locked

Type :boolean, default False
name
Type :string, default “”
select

Action Group is selected

Type :boolean, default False
show_expanded

Action Group is expanded

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

ActionFCurves(bpy_struct)

Next topic

ActionGroups(bpy_struct)