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 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