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:
authorSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-08-05 21:19:31 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-08-05 21:19:31 +0400
commit9747e5f2a0f86517f4c96a363544d90f07821cbc (patch)
tree1ea8402900400b7ae2bb34068553b453738902d2 /source/blender/collada/AnimationExporter.h
parentd368716aed1cf5b7fd3f4edc34dbd729160c2fad (diff)
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 388d7dbb24d..00a0402b810 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -106,6 +106,8 @@ protected:
void sample_animation(float *v, std::vector<float> &frames, int type, Bone *bone, Object *ob_arm, bPoseChannel *pChan);
+ void sample_animation(float *v, std::vector<float> &frames, Bone *bone, Object *ob_arm, bPoseChannel *pChan);
+
// dae_bone_animation -> add_bone_animation
// (blend this into dae_bone_animation)
void dae_bone_animation(std::vector<float> &fra, float *v, int tm_type, int axis, std::string ob_name, std::string bone_name);