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:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-03-07 14:26:04 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-03-07 14:26:04 +0400
commit172d624598b93590125594c84f5c97351474f3f4 (patch)
tree47888941e3805ecb416d7218778f2d860463178a /source/blender/collada/AnimationExporter.h
parenta816b0b3d2708e9b064447cc3618ad9999be16c6 (diff)
Collada fixed Collada ID name for exported animation curves
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 59c338b6b64..870814ccefd 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -184,6 +184,7 @@ protected:
char *extract_transform_name(char *rna_path);
std::string getObjectBoneName(Object *ob, const FCurve * fcu);
+ std::string getAnimationPathId(const FCurve *fcu);
void getBakedPoseData(Object *obarm, int startFrame, int endFrame, bool ActionBake, bool ActionBakeFirstFrame);