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-07-17 22:51:03 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-17 22:51:03 +0400
commit44326c9fe976127b6a63862ea538dfd28cce5404 (patch)
treec51a6f25415738370a9cce51a8e2e1c0b8491dec /source/blender/collada/AnimationExporter.h
parentb96d3fd70aa2a967a3096742c7823c129221511e (diff)
Material Animation export. (on going)
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 5185458d71c..bdbfcfcca73 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -94,7 +94,7 @@ public:
protected:
- void dae_animation(Object* ob, FCurve *fcu, char* transformName , bool is_param);
+ void dae_animation(Object* ob, FCurve *fcu, char* transformName , bool is_param, bool isMatAnim);
void write_bone_animation(Object *ob_arm, Bone *bone);