More linking issues with armature commit, but we'll get there :)
This commit is contained in:
Ton Roosendaal 2009-01-05 16:15:23 +00:00
parent 73f852b3ac
commit c6d5604c82
3 changed files with 7 additions and 6 deletions

@ -87,8 +87,6 @@
#include "reeb.h"
#endif
extern float center[3], centroid[3]; /* Originally defined in editobject.c */
/* ************* XXX *************** */
static int okee() {return 0;}
static int pupmenu() {return 0;}

@ -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 */

@ -79,8 +79,6 @@
#include "view3d_intern.h"
/* XXX ***************** */
int pose_channel_in_IK_chain() {return 0;}
/* *************** Armature Drawing - Coloring API ***************************** */