MainActions(bpy_struct)

base class — bpy_struct

class bpy.types.MainActions(bpy_struct)

Collection of actions

new(name)

Add a new action to the main database

Parameters:
  • name (string) – 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.

Inherited Properties

Inherited Functions

References

Previous topic

MagicTexture(Texture)

Next topic

MainArmatures(bpy_struct)