Addons(bpy_struct)

base class — bpy_struct

class bpy.types.Addons(bpy_struct)

Collection of add-ons

classmethod new()

Add a new addon

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

Remove addon.

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

Inherited Properties

Inherited Functions

References

Previous topic

Addon(bpy_struct)

Next topic

AlwaysSensor(Sensor)