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

Class NlaTrack

The NLA Track Object

A animation layer containing Actions referenced as NLA strips.

References

Instance Variables [hide private]
boolean (readonly) active
NLA Track is active.
boolean locked
NLA Track is locked.
boolean muted
NLA Track is not evaluated.
string name
Name (maximum length of 64)
boolean selected
NLA Track is selected.
boolean (readonly) solo
NLA Track is evaluated itself (i.e.
Collection of NlaStrip (readonly) strips
NLA Strips on this NLA-track.
Instance Variable Details [hide private]

solo

NLA Track is evaluated itself (i.e. active Action and all other NLA Tracks in the same AnimData block are disabled).
Type:
boolean (readonly)