ActionSlot(bpy_struct)#

base class — bpy_struct

class bpy.types.ActionSlot(bpy_struct)#

Identifier for a set of channels in this Action, that can be used by a data-block to specify what it gets animated by

active#

Whether this is the active slot, can be set by assigning to action.slots.active

Type:

boolean, default False, (readonly)

handle#

Number specific to this Slot, unique within the ActionThis is used, for example, on a KeyframeActionStrip to look up the ActionChannelBag for this Slot

Type:

int in [-inf, inf], default 0, (readonly)

idtype_icon#
Type:

int in [-inf, inf], default 0, (readonly)

name#

Used when connecting an Action to a data-block, to find the correct slot handle

Type:

string, default “”, (never None)

name_display#

Name of the slot for showing in the interface. It is the name, without the first two characters that identify what kind of data-block it animates

Type:

string, default “”, (never None)

select#

Selection state of the slot

Type:

boolean, default False

show_expanded#

Expanded state of the slot

Type:

boolean, default False

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#