BlendDataArmatures(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataArmatures(bpy_struct)

Collection of armatures

is_updated
Type:boolean, default False, (readonly)
new(name)

Add a new armature to the main database

Parameters:name (string, (never None)) – New name for the data-block
Returns:New armature data-block
Return type:Armature
remove(armature, do_unlink=False)

Remove a armature from the current blendfile

Parameters:
  • armature (Armature, (never None)) – Armature to remove
  • do_unlink (boolean, (optional)) – Unlink all usages of this armature before deleting it (WARNING: will also delete objects instancing that armature data)
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References