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>2005-09-06 13:47:30 +0400
committerTon Roosendaal <ton@blender.org>2005-09-06 13:47:30 +0400
commit63cd6b21797b391bac120911f61600ac3cdfaa65 (patch)
treef01d11afd7bc2faca8ced21c12d6969a83a1e757 /source/blender/include/BIF_editarmature.h
parent167d2ebc12d358aa2c1db65dfde558e365f0fd95 (diff)
Quick added; editmode bone subdivision (Wkey only). Doesn't do mirrored
yet. Need commit so I can access it on the compu in Orange studio :)
Diffstat (limited to 'source/blender/include/BIF_editarmature.h')
-rw-r--r--source/blender/include/BIF_editarmature.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editarmature.h b/source/blender/include/BIF_editarmature.h
index d5594567886..02ad26b8878 100644
--- a/source/blender/include/BIF_editarmature.h
+++ b/source/blender/include/BIF_editarmature.h
@@ -83,6 +83,8 @@ void deselectall_armature(int toggle);
void deselectall_posearmature (struct Object *ob, int test);
void draw_armature(struct Base *base, int dt);
void extrude_armature(int forked);
+void subdivide_armature(void);
+
void free_editArmature(void);
struct Bone *get_indexed_bone (struct Object *ob, int index);