base classes — bpy_struct, ID
A collection of F-Curves for animation
The individual F-Curves that make up the action
Type: | ActionFCurves bpy_prop_collection of FCurve, (readonly) |
---|
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) |
---|
Convenient groupings of F-Curves
Type: | ActionGroups bpy_prop_collection of ActionGroup, (readonly) |
---|
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’ |
---|
Markers specific to this action, for labeling poses
Type: | ActionPoseMarkers bpy_prop_collection of TimelineMarker, (readonly) |
---|
Inherited Properties
Inherited Functions
References