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-06-30 22:24:45 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-06-30 22:24:45 +0400
commit038feabedda82eb04b7b081c53a6b06d120f54e3 (patch)
treeca9915e6a86a17372175f134411cc6a32ffd0267 /source/blender/collada/AnimationExporter.h
parenta6270b0204b2a9424eaa51d475aa761d77f43a69 (diff)
Light color parameter animation export support.
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 e05fac4eed7..85e5e23d0f0 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -32,6 +32,7 @@ extern "C"
#include "DNA_anim_types.h"
#include "DNA_action_types.h"
#include "DNA_curve_types.h"
+#include "DNA_lamp_types.h"
#include "DNA_armature_types.h"
#include "BKE_DerivedMesh.h"