diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp index 7bcb225e3c2..8a7d285abcb 100644 --- a/source/blender/collada/AnimationExporter.cpp +++ b/source/blender/collada/AnimationExporter.cpp @@ -732,7 +732,7 @@ void AnimationExporter::exportAnimations(Scene *sce) source.setAccessorStride(16); COLLADASW::SourceBase::ParameterNameList ¶m = source.getParameterNameList(); - add_source_parameters(param, semantic, false, NULL, false); + add_source_parameters(param, semantic, false, NULL, true); source.prepareToAppendValues(); @@ -1123,7 +1123,8 @@ void AnimationExporter::exportAnimations(Scene *sce) } } - if ( fcu) return true; + if ( fcu) + return true; base= base->next; } return false;