base class — bpy_struct
Animation data for datablock
Method used for combining Active Action’s result with result of NLA stack
| Type : | enum in [‘REPLACE’, ‘ADD’, ‘SUBTRACT’, ‘MULITPLY’], default ‘REPLACE’ |
|---|
Action to take for gaps past the Active Action’s range (when evaluating with NLA)
| Type : | enum in [‘NOTHING’, ‘HOLD’, ‘HOLD_FORWARD’], default ‘HOLD’ |
|---|
Amount the Active Action contributes to the result of the NLA stack
| Type : | float in [0, 1], default 1.0 |
|---|
The Drivers/Expressions for this datablock
| Type : | AnimDataDrivers bpy_prop_collection of FCurve, (readonly) |
|---|
NLA Tracks (i.e. Animation Layers)
| Type : | NlaTracks bpy_prop_collection of NlaTrack, (readonly) |
|---|
NLA stack is evaluated when evaluating this block
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|
References