From 26f4ce4a769b142446def40f53ce22d8b30c617c Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 27 Feb 2018 11:14:55 +0100 Subject: Collada: Remove unused vector of flaot[4][4] values Was in fact causing issues on macOS, something to do with a destructor. --- source/blender/collada/AnimationExporter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/collada') diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp index 54da8b98138..3eefe84b214 100644 --- a/source/blender/collada/AnimationExporter.cpp +++ b/source/blender/collada/AnimationExporter.cpp @@ -155,7 +155,6 @@ void AnimationExporter::export_keyframed_animation_set(Object *ob) if (this->export_settings->export_transformation_type == BC_TRANSFORMATION_TYPE_MATRIX) { std::vector ctimes; - std::vector values; find_keyframes(ob, ctimes); if (ctimes.size() > 0) export_sampled_matrix_animation(ob, ctimes); -- cgit v1.2.3