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)¶ 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