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 22:34:01 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-06 22:34:01 +0400
commita0d4a95ff7979cbdcfe26392d1f8a6ff83f36990 (patch)
tree74e156c1e62b245fa13d4f7aebde37c10346f0bb /source/blender/collada/AnimationExporter.cpp
parent6c88a16b3a743cef95aa6c7b4ca49c173e5c77a5 (diff)
Camera lens animation import.
Diffstat (limited to 'source/blender/collada/AnimationExporter.cpp')
-rw-r--r--source/blender/collada/AnimationExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp
index c100166a682..f480cd2a48e 100644
--- a/source/blender/collada/AnimationExporter.cpp
+++ b/source/blender/collada/AnimationExporter.cpp
@@ -597,7 +597,7 @@ void AnimationExporter::exportAnimations(Scene *sce)
//bool is_rotation = !strcmp(fcu->rna_path, "rotation");
bool is_angle = false;
- if (strstr(fcu->rna_path, "rotation")||strstr(fcu->rna_path, "lens")) is_angle = true;
+ if (strstr(fcu->rna_path, "rotation")) is_angle = true;
COLLADASW::FloatSourceF source(mSW);
source.setId(source_id);