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'
Method Summary
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:
All strings, and PosePoseBones in the Pose (in that order)
           (type=string, PosePoseBone)

keys()

Return the keys in this dictionary
Returns:
All strings representing the PosePoseBone names
           (type=string)

values()

Return the values in this dictionary
Returns:
All PosePoseBones in this dictionary
           (type=BPy_PoseBone)

Generated by Epydoc 2.1 on Sun Feb 11 13:30:20 2007 http://epydoc.sf.net