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:
authorTon Roosendaal <ton@blender.org>2009-01-05 19:15:23 +0300
committerTon Roosendaal <ton@blender.org>2009-01-05 19:15:23 +0300
commitc6d5604c82e058fcd0f703abc5ba8b6e186475ee (patch)
tree5117c868e18c801032b3e8b575b26ca05ceed8f9 /source/blender/editors/include/ED_armature.h
parent73f852b3acee2e8d372dc478f351c43b20c301ea (diff)
2.5
More linking issues with armature commit, but we'll get there :)
Diffstat (limited to 'source/blender/editors/include/ED_armature.h')
-rw-r--r--source/blender/editors/include/ED_armature.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h
index 10c58f2fb15..c77cacc6697 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -82,13 +82,18 @@ typedef struct EditBone
#define BONE_SELECT_PARENT 0
#define BONE_SELECT_CHILD 1
-void ED_pose_deselectall(struct Object *ob, int test, int doundo);
-
+/* editarmature.c */
void ED_armature_from_edit(struct Scene *scene, struct Object *obedit);
void ED_armature_to_edit(struct Object *ob);
void ED_armature_edit_free(struct Object *ob);
void ED_armature_edit_remake(struct Object *obedit);
+/* poseobject.c */
+int ED_pose_channel_in_IK_chain(struct Object *ob, struct bPoseChannel *pchan);
+void ED_pose_deselectall(struct Object *ob, int test, int doundo);
+
+
+
#endif /* ED_ARMATURE_H */