added .sel to pose bones as well as read only .parent property

This commit is contained in:
2006-08-31 09:26:49 +00:00
parent ab5cc740d6
commit e2e6bce283
3 changed files with 44 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ extern PyTypeObject PoseBonesDict_Type;
//-------------------STRUCT DEFINITION----------------------------
typedef struct {
PyObject_HEAD
PyObject *bonesMap;
PyObject *bonesMap;
ListBase *bones;
} BPy_PoseBonesDict;
@@ -60,6 +60,7 @@ typedef struct {
typedef struct {
PyObject_HEAD
bPoseChannel *posechannel;
} BPy_PoseBone;
//-------------------VISIBLE PROTOTYPES-------------------------