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-06 21:41:14 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-06 21:41:14 +0400
commit1e14e2f465c749b5fe39c1a22ea562059b9fad65 (patch)
treefb68f149643757ce1cc571220d8b5ae58cdf0d4b /source/blender/collada/AnimationExporter.h
parenteb6ac55e93527e12866f60cc8b8059b7705d6b5a (diff)
camera lens (COLLADA xfov ) animation export
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 85e5e23d0f0..481cacbd4c8 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -33,6 +33,7 @@ extern "C"
#include "DNA_action_types.h"
#include "DNA_curve_types.h"
#include "DNA_lamp_types.h"
+#include "DNA_camera_types.h"
#include "DNA_armature_types.h"
#include "BKE_DerivedMesh.h"
@@ -90,7 +91,7 @@ public:
protected:
- void dae_animation(Object* ob, FCurve *fcu, char* transformName);
+ void dae_animation(Object* ob, FCurve *fcu, char* transformName , bool is_param);
void write_bone_animation(Object *ob_arm, Bone *bone);