AnimData(bpy_struct)

base class — bpy_struct

class bpy.types.AnimData(bpy_struct)

Animation data for datablock

action

Active Action for this datablock

Type :Action
action_blend_type

Method used for combining Active Action’s result with result of NLA stack

Type :enum in [‘REPLACE’, ‘ADD’, ‘SUBTRACT’, ‘MULITPLY’], default ‘REPLACE’
action_extrapolation

Action to take for gaps past the Active Action’s range (when evaluating with NLA)

Type :enum in [‘NOTHING’, ‘HOLD’, ‘HOLD_FORWARD’], default ‘HOLD’
action_influence

Amount the Active Action contributes to the result of the NLA stack

Type :float in [0, 1], default 1.0
drivers

The Drivers/Expressions for this datablock

Type :AnimDataDrivers bpy_prop_collection of FCurve, (readonly)
nla_tracks

NLA Tracks (i.e. Animation Layers)

Type :NlaTracks bpy_prop_collection of NlaTrack, (readonly)
use_nla

NLA stack is evaluated when evaluating this block

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

AndController(Controller)

Next topic

AnimDataDrivers(bpy_struct)