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:
authorCampbell Barton <ideasman42@gmail.com>2007-12-05 00:12:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-12-05 00:12:23 +0300
commitaa2389c539d3b1f045f730e3a0ae3f0b74b434a2 (patch)
tree17b0f4bc312fe605416b2cfdacef0932963a97ed /source/blender/include
parent25ea528a290a2ac727a33f426a4c1dbdab308c3d (diff)
peach request, pose relax - similar to mesh smooth, moves selected pose bones to closer match keyframes on either side.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_poseobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_poseobject.h b/source/blender/include/BIF_poseobject.h
index 5171bf60e36..ec7df157b06 100644
--- a/source/blender/include/BIF_poseobject.h
+++ b/source/blender/include/BIF_poseobject.h
@@ -67,6 +67,6 @@ void pose_clear_paths(struct Object *ob);
void pose_flip_names(void);
void pose_activate_flipped_bone(void);
void pose_movetolayer(void);
-
+void pose_relax(void);
#endif