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 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 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’RE DOING

Type :enum in [‘ACTION’, ‘ARMATURE’, ‘BRUSH’, ‘CAMERA’, ‘CURVE’, ‘FONT’, ‘GREASEPENCIL’, ‘GROUP’, ‘IMAGE’, ‘KEY’, ‘LAMP’, ‘LIBRARY’, ‘LATTICE’, ‘MATERIAL’, ‘META’, ‘MESH’, ‘NODETREE’, ‘OBJECT’, ‘PARTICLE’, ‘SCENE’, ‘SCREEN’, ‘SOUND’, ‘TEXT’, ‘TEXTURE’, ‘WORLD’, ‘WINDOWMANAGER’], 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

Previous topic

Types (bpy.types)

Next topic

ActionActuator(Actuator)