NlaTrack(bpy_struct)

base class — bpy_struct

class bpy.types.NlaTrack(bpy_struct)

A animation layer containing Actions referenced as NLA strips

active

NLA Track is active

Type:boolean, default False, (readonly)
is_solo

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

Type:boolean, default False
lock

NLA Track is locked

Type:boolean, default False
mute

NLA Track is not evaluated

Type:boolean, default False
name
Type:string, default “”, (never None)
select

NLA Track is selected

Type:boolean, default False
strips

NLA Strips on this NLA-track

Type:NlaStrips bpy_prop_collection of NlaStrip, (readonly)

Inherited Properties

Inherited Functions

References