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-08-13 23:41:45 +0400
committerTon Roosendaal <ton@blender.org>2005-08-13 23:41:45 +0400
commit109950ada4f58f3b45907075fa9eccb3038a201a (patch)
tree0b3a87f9064f5c2f2c68807be8d1c8becb4bfb39 /source/blender/blenkernel/BKE_armature.h
parent184e4fdaae972f05bd5ad78ea2c9715eea01b21e (diff)
New; Wkey in Armature Editmode. Has option for flipping names too.
(And moved flip_name to armature kernel)
Diffstat (limited to 'source/blender/blenkernel/BKE_armature.h')
-rw-r--r--source/blender/blenkernel/BKE_armature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h
index 6fbf453b469..354b065773c 100644
--- a/source/blender/blenkernel/BKE_armature.h
+++ b/source/blender/blenkernel/BKE_armature.h
@@ -72,6 +72,7 @@ void unlink_armature(struct bArmature *arm);
void free_armature(struct bArmature *arm);
void make_local_armature(struct bArmature *arm);
struct bArmature *copy_armature(struct bArmature *arm);
+void bone_flip_name (char *name);
void calc_armature_deform (struct Object *ob, float *co, int index);