Module Pose :: Class PoseBonesDict
[frames] | no frames]

Class PoseBonesDict

The PoseBonesDict object

This object gives dictionary like access to the PoseBones in a Pose. It is internal to blender but is called as 'Pose.bones'

Instance Methods
string, PosePoseBone
items()
Return the key, value pairs in this dictionary
string
keys()
Return the keys in this dictionary
BPy_PoseBone
values()
Return the values in this dictionary
Method Details

items()

 

Return the key, value pairs in this dictionary

Returns: string, PosePoseBone
All strings, and PosePoseBones in the Pose (in that order)

keys()

 

Return the keys in this dictionary

Returns: string
All strings representing the PosePoseBone names

values()

 

Return the values in this dictionary

Returns: BPy_PoseBone
All PosePoseBones in this dictionary