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>2006-01-28 23:17:48 +0300
committerTon Roosendaal <ton@blender.org>2006-01-28 23:17:48 +0300
commit240e25ab652492ad8e0a713b3907aa490b1a70b3 (patch)
tree583502a6fb9983056e0b213605cecc202dfee7e7 /source/blender/include/BIF_editaction.h
parent2fbef6f9c9224450f4de567466c5b573dc1ec062 (diff)
Cleanup of blender/ module; Makefiles now compile this warning free.
Mostly was unused variables, unused functions, missing prototypes and missing include files.
Diffstat (limited to 'source/blender/include/BIF_editaction.h')
-rw-r--r--source/blender/include/BIF_editaction.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editaction.h b/source/blender/include/BIF_editaction.h
index 7471e80baa9..2644ad01092 100644
--- a/source/blender/include/BIF_editaction.h
+++ b/source/blender/include/BIF_editaction.h
@@ -113,6 +113,8 @@ struct bAction *ob_get_action(struct Object *ob);
void remake_action_ipos(struct bAction *act);
+/* this needs review badly! (ton) */
+void world2bonespace(float boneSpaceMat[][4], float worldSpace[][4], float restPos[][4], float armPos[][4]);
#endif