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, (never None)) – 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

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