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-05 22:02:08 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-05 22:02:08 +0400
commit9fca591c2b83cf26ee731450a591698ad74c6d29 (patch)
treeb4f870b899f1c89441385f0404d5cf3d0b0c60cf /source/blender/collada/AnimationExporter.cpp
parent3f3c6f5f1fb336f8f0015d7857a1ae153fa2a80f (diff)
Spot Light spot_blend animation im/export.
Diffstat (limited to 'source/blender/collada/AnimationExporter.cpp')
-rw-r--r--source/blender/collada/AnimationExporter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp
index fdd59c40ea5..6ebaef30a9c 100644
--- a/source/blender/collada/AnimationExporter.cpp
+++ b/source/blender/collada/AnimationExporter.cpp
@@ -89,7 +89,8 @@ void AnimationExporter::exportAnimations(Scene *sce)
(!strcmp(transformName, "rotation_euler") && ob->rotmode == ROT_MODE_EUL)||
(!strcmp(transformName, "rotation_quaternion")) ||
(!strcmp(transformName, "color")) ||
- (!strcmp(transformName, "spot_size")))
+ (!strcmp(transformName, "spot_size"))||
+ (!strcmp(transformName, "spot_blend")))
dae_animation(ob ,fcu, transformName );