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 collection of FCurve, (readonly)
frame_range

The final frame range of all fcurves 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 collection of ActionGroup, (readonly)
pose_markers

Markers specific to this Action, for labeling poses

Type :ActionPoseMarkers collection of TimelineMarker, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

Types (bpy.types)

Next topic

ActionActuator(Actuator)