Package bpy :: Module types :: Class AnimData
[hide private]
[frames] | no frames]

Class AnimData

The Animation Data Object

Animation data for datablock.

References

Instance Variables [hide private]
Action action
Active Action for this datablock.
enum action_blending
Method used for combining Active Action's result with result of NLA stack.
enum action_extrapolation
Action to take for gaps past the Active Action's range (when evaluating with NLA).
float in [0, 1] action_influence
Amount the Active Action contributes to the result of the NLA stack.
Collection of FCurve (readonly) drivers
The Drivers/Expressions for this datablock.
boolean nla_enabled
NLA stack is evaluated when evaluating this block.
Collection of NlaTrack (readonly) nla_tracks
NLA Tracks (i.e.
Instance Variable Details [hide private]

action_blending

Method used for combining Active Action's result with result of NLA stack. in...
  • REPLACE
  • ADD
  • SUBTRACT
  • MULITPLY
Type:
enum

action_extrapolation

Action to take for gaps past the Active Action's range (when evaluating with NLA). in...
  • NOTHING
  • HOLD
  • HOLD_FORWARD
Type:
enum

nla_tracks

NLA Tracks (i.e. Animation Layers).
Type:
Collection of NlaTrack (readonly)