Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2006-08-31 13:26:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-08-31 13:26:49 +0400
commite2e6bce283b91eeaee4cb5e475831f4a92efbcb1 (patch)
tree394975912b19c44c359cb8af96549aa960b2ce02 /source/blender/python/api2_2x/Pose.h
parentab5cc740d65133c900bc3861be5faf04d82af7ea (diff)
added .sel to pose bones as well as read only .parent property
Diffstat (limited to 'source/blender/python/api2_2x/Pose.h')
-rw-r--r--source/blender/python/api2_2x/Pose.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Pose.h b/source/blender/python/api2_2x/Pose.h
index 0eb046c94cd..d4df65042e8 100644
--- a/source/blender/python/api2_2x/Pose.h
+++ b/source/blender/python/api2_2x/Pose.h
@@ -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-------------------------