Package bpy :: Module types :: Class ArmatureEditBones
[hide private]
[frames] | no frames]

Class ArmatureEditBones

The Armature EditBones Object

Collection of armature edit bones.

References

Instance Methods [hide private]
EditBone
new(name)
Add a new bone.
 
remove(bone)
Remove an existing bone from the armature.
Instance Variables [hide private]
EditBone active
Armatures active edit bone.
Method Details [hide private]

new(name)

 

Add a new bone.

Parameters:
  • name (string)
Returns: EditBone
Newly created edit bone.

remove(bone)

 

Remove an existing bone from the armature.

Parameters: