MainArmatures(bpy_struct)

base class — bpy_struct

class bpy.types.MainArmatures(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.

Inherited Properties

Inherited Functions

References

Previous topic

MainActions(bpy_struct)

Next topic

MainBrushes(bpy_struct)