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:
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 3968401331a..0368e34dc42 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -89,7 +89,7 @@ public:
protected:
- void dae_animation(FCurve *fcu, std::string ob_name);
+ void dae_animation(Object* ob, FCurve *fcu, char* transformName);
void write_bone_animation(Object *ob_arm, Bone *bone);
@@ -137,4 +137,6 @@ protected:
bool hasAnimations(Scene *sce);
char* extract_transform_name(char *rna_path);
+
+ std::string getObjectBoneName ( Object *ob,const FCurve * fcu);
}; \ No newline at end of file