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
ofFCurve
, (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
ofActionGroup
, (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’, ‘CACHEFILE’, ‘CURVE’, ‘FONT’, ‘GREASEPENCIL’, ‘COLLECTION’, ‘IMAGE’, ‘KEY’, ‘LIGHT’, ‘LIBRARY’, ‘LINESTYLE’, ‘LATTICE’, ‘MASK’, ‘MATERIAL’, ‘META’, ‘MESH’, ‘MOVIECLIP’, ‘NODETREE’, ‘OBJECT’, ‘PAINTCURVE’, ‘PALETTE’, ‘PARTICLE’, ‘LIGHT_PROBE’, ‘SCENE’, ‘SOUND’, ‘SPEAKER’, ‘TEXT’, ‘TEXTURE’, ‘WINDOWMANAGER’, ‘WORLD’, ‘WORKSPACE’], default ‘ACTION’
-
pose_markers
¶ Markers specific to this action, for labeling poses
Type: ActionPoseMarkers
bpy_prop_collection
ofTimelineMarker
, (readonly)
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions
References