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-16 21:17:13 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-08-16 21:17:13 +0400
commitd79967e164c1a093df955787329da490f4878c01 (patch)
treed2b6877af8217c2adbae0ae0f7024cd55175ccd4 /source/blender/collada/AnimationExporter.h
parentf04fb5b6eaed0877ddeb66e1099ed930fc439812 (diff)
Animation Exporter clean up.
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index e1b03b969dc..6786206ee6f 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -96,13 +96,13 @@ protected:
void dae_animation(Object* ob, FCurve *fcu, char* transformName , bool is_param, Material *ma = NULL);
- void bake_bone_animation(Object *ob_arm, Bone *bone);
+ void write_bone_animation_matrix(Object *ob_arm, Bone *bone);
void write_bone_animation(Object *ob_arm, Bone *bone);
void sample_and_write_bone_animation(Object *ob_arm, Bone *bone, int transform_type);
- void sample_and_bake_bone_animation(Object *ob_arm, Bone *bone);
+ void sample_and_write_bone_animation_matrix(Object *ob_arm, Bone *bone);
void sample_animation(float *v, std::vector<float> &frames, int type, Bone *bone, Object *ob_arm, bPoseChannel *pChan);