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 data-block Returns: New action data-block Return type: Action
-
remove
(action, do_unlink=False)¶ Remove a action from the current blendfile
Parameters: - action (
Action
, (never None)) – Action to remove - do_unlink (boolean, (optional)) – Unlink all usages of this action before deleting it
- action (
-
tag
(value)¶ tag
Parameters: value (boolean) – Value
-
Inherited Properties
Inherited Functions
References