NlaTrack(bpy_struct)#
base class — bpy_struct
- class bpy.types.NlaTrack(bpy_struct)#
An animation layer containing Actions referenced as NLA strips
- active#
NLA Track is active
- Type:
boolean, default False, (readonly)
- is_override_data#
In a local override data, whether this NLA track comes from the linked reference data, or is local to the override
- 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#
Disable NLA Track evaluation
- 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
ofNlaStrip
, (readonly)
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type
Inherited Properties
Inherited Functions
References