NlaStrips(bpy_struct)

base class — bpy_struct

class bpy.types.NlaStrips(bpy_struct)

Collection of Nla Strips

new(name, start, action)

Add a new Action-Clip strip to the track

Parameters:
  • name (string) – Name for the NLA Strips.
  • start (int in [-inf, inf]) – Start Frame, Start frame for this strip.
  • action (Action, (never None)) – Action to assign to this strip.
Returns:

New NLA Strip.

Return type:

NlaStrip

remove(strip)

Remove a NLA Strip.

Parameters:strip (NlaStrip, (never None)) – NLA Strip to remove.

Inherited Properties

Inherited Functions

References

Previous topic

NlaStrip(bpy_struct)

Next topic

NlaTrack(bpy_struct)