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

Class PoseBoneConstraints

The PoseBone Constraints Object

Collection of pose bone constraints.

References

Instance Methods [hide private]
Constraint
new(type)
Add a constraint to this object
boolean
remove(index)
Remove a constraint from this object.
Instance Variables [hide private]
Constraint active
Active PoseChannel constraint.
Method Details [hide private]

new(type)

 

Add a constraint to this object

Parameters:
  • type (enum)
Returns: Constraint
New constraint.

remove(index)

 

Remove a constraint from this object.

Parameters:
  • index (int)
Returns: boolean
Removed the constraint successfully.