BlendDataActions(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataActions(bpy_struct)

Collection of actions

is_updated
Type:boolean, default False, (readonly)
new(name)

Add a new action to the main database

Parameters:name (string, (never None)) – New name for the datablock
Returns:New action datablock
Return type:Action
remove(action)

Remove a action from the current blendfile

Parameters:action (Action, (never None)) – Action to remove
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References

Previous topic

BlendData(bpy_struct)

Next topic

BlendDataArmatures(bpy_struct)