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 21:30:41 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-17 21:30:41 +0400
commitb96d3fd70aa2a967a3096742c7823c129221511e (patch)
tree8ca5f2f1c437c12b384751b41640aef660e40eb9 /source/blender/collada/AnimationExporter.h
parent6b6c2bd17f85f9a0aa8481c6eb4f735f36c65436 (diff)
Identify material Animations to export.
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index 481cacbd4c8..5185458d71c 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -35,6 +35,7 @@ extern "C"
#include "DNA_lamp_types.h"
#include "DNA_camera_types.h"
#include "DNA_armature_types.h"
+#include "DNA_material_types.h"
#include "BKE_DerivedMesh.h"
#include "BKE_fcurve.h"
@@ -68,6 +69,8 @@ extern char build_rev[];
#include "COLLADASWConstants.h"
#include "COLLADASWBaseInputElement.h"
+#include "EffectExporter.h"
+
#include "collada_internal.h"
#include <vector>