ArmatureEditBones(bpy_struct)

base class — bpy_struct

class bpy.types.ArmatureEditBones(bpy_struct)

Collection of armature edit bones

active

Armatures active edit bone

Type :EditBone
new(name)

Add a new bone.

Parameters:
  • name (string) – New name for the bone
Returns:

Newly created edit bone

Return type:

EditBone

remove(bone)

Remove an existing bone from the armature

Parameters:
  • bone (EditBone, (never None)) – EditBone to remove

Inherited Properties

Inherited Functions

References

Previous topic

ArmatureBones(bpy_struct)

Next topic

ArmatureModifier(Modifier)