Action(ID)

base classes — bpy_struct, ID

class bpy.types.Action(ID)

A collection of F-Curves for animation

fcurves

The individual F-Curves that make up the action

Type:ActionFCurves bpy_prop_collection of FCurve, (readonly)
frame_range

The final frame range of all F-Curves within this action

Type:float array of 2 items in [-inf, inf], default (0.0, 0.0), (readonly)
groups

Convenient groupings of F-Curves

Type:ActionGroups bpy_prop_collection of ActionGroup, (readonly)
id_root

Type of ID block that action can be used on - DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING

Type:enum in [‘ACTION’, ‘ARMATURE’, ‘BRUSH’, ‘CAMERA’, ‘CURVE’, ‘FONT’, ‘GREASEPENCIL’, ‘GROUP’, ‘IMAGE’, ‘KEY’, ‘LAMP’, ‘LIBRARY’, ‘LINESTYLE’, ‘LATTICE’, ‘MASK’, ‘MATERIAL’, ‘META’, ‘MESH’, ‘MOVIECLIP’, ‘NODETREE’, ‘OBJECT’, ‘PAINTCURVE’, ‘PALETTE’, ‘PARTICLE’, ‘SCENE’, ‘SCREEN’, ‘SOUND’, ‘SPEAKER’, ‘TEXT’, ‘TEXTURE’, ‘WINDOWMANAGER’, ‘WORLD’], default ‘ACTION’
pose_markers

Markers specific to this action, for labeling poses

Type:ActionPoseMarkers bpy_prop_collection of TimelineMarker, (readonly)

Inherited Properties

Inherited Functions

References