BlendDataArmatures(bpy_struct)

base class — bpy_struct

class bpy.types.BlendDataArmatures(bpy_struct)

Collection of armatures

new(name)

Add a new armature to the main database

Parameters:name (string) – New name for the datablock.
Returns:New armature datablock.
Return type:Armature
remove(armature)

Remove a armature from the current blendfile.

Parameters:armature (Armature, (never None)) – Armature to remove.
tag(value)

tag

Parameters:value (boolean) – Value

Inherited Properties

Inherited Functions

References

Previous topic

BlendDataActions(bpy_struct)

Next topic

BlendDataBrushes(bpy_struct)