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:
authorMartin Poirier <theeth@yahoo.com>2007-11-23 02:34:02 +0300
committerMartin Poirier <theeth@yahoo.com>2007-11-23 02:34:02 +0300
commit92c70c5bbbc5f669aedd73f5dc0ea6260c24b91d (patch)
tree0f3f93ce03b0dfef82ca80f544266da4fd72d6aa /source/blender/include/BIF_editarmature.h
parent1119ec94edcf7cca608ccd25e531af703e58669d (diff)
Code cleanup and recursive symmetry detection.
Diffstat (limited to 'source/blender/include/BIF_editarmature.h')
-rw-r--r--source/blender/include/BIF_editarmature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/include/BIF_editarmature.h b/source/blender/include/BIF_editarmature.h
index e836b98585e..6c17bf885ad 100644
--- a/source/blender/include/BIF_editarmature.h
+++ b/source/blender/include/BIF_editarmature.h
@@ -79,8 +79,6 @@ void add_primitiveArmature(int type);
void apply_rot_armature (struct Object *ob, float mat[3][3]);
void docenter_armature (struct Object *ob, int centermode);
-void generateSkeletonFromReebGraph(struct ReebGraph *rg);
-
void clear_armature(struct Object *ob, char mode);
void delete_armature(void);
@@ -104,6 +102,8 @@ void make_trans_bones (char mode);
int do_pose_selectbuffer(struct Base *base, unsigned int *buffer, short hits);
+void generateSkeleton(void);
+
void mouse_armature(void);
void remake_editArmature(void);
void selectconnected_armature(void);