NlaTracks(bpy_struct)

base class — bpy_struct

class bpy.types.NlaTracks(bpy_struct)

Collection of NLA Tracks

active

Active Object constraint

Type :NlaTrack
new(prev=None)

Add a new NLA Track

Parameters:prev (NlaTrack, (optional)) – NLA Track to add the new one after.
Returns:New NLA Track.
Return type:NlaTrack
remove(track)

Remove a NLA Track.

Parameters:track (NlaTrack, (never None)) – NLA Track to remove.

Inherited Properties

Inherited Functions

References

Previous topic

NlaTrack(bpy_struct)

Next topic

Node(bpy_struct)