Module Pose :: Class PoseBonesDict

Class PoseBonesDict

source code

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
source code
string
keys()
Return the keys in this dictionary
source code
BPy_PoseBone
values()
Return the values in this dictionary
source code
Method Details

items()

source code 
Return the key, value pairs in this dictionary
Returns: string, PosePoseBone
All strings, and PosePoseBones in the Pose (in that order)

keys()

source code 
Return the keys in this dictionary
Returns: string
All strings representing the PosePoseBone names

values()

source code 
Return the values in this dictionary
Returns: BPy_PoseBone
All PosePoseBones in this dictionary