Addons(bpy_struct)

base class — bpy_struct

class bpy.types.Addons(bpy_struct)

Collection of add-ons

classmethod new()

Add a new add-on

Returns:Addon datablock
Return type:Addon
classmethod remove(addon)

Remove add-on

Parameters:addon (Addon, (never None)) – Addon to remove

Inherited Properties

Inherited Functions

References