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:
authorGaia Clary <gaia.clary@machinimatrix.org>2019-11-25 22:08:02 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2019-11-25 23:19:25 +0300
commit0a3f0e64c9d226d1cee648a6411d0eb561d5c6e5 (patch)
tree3c8c2a1ec8563b375cbc1e886394dd60c4cae2ff /source/blender/collada
parentbd5e3941deb4a74de0fb50c5753c7e3e5028c43a (diff)
fix: T71718 Collada: importer does not release intermediate fcurves when importing matrix animations
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/AnimationImporter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationImporter.cpp b/source/blender/collada/AnimationImporter.cpp
index 47325c4dece..1f6bd31d09c 100644
--- a/source/blender/collada/AnimationImporter.cpp
+++ b/source/blender/collada/AnimationImporter.cpp
@@ -2042,7 +2042,6 @@ bool AnimationImporter::evaluate_animation(COLLADAFW::Transformation *tm,
mi++;
mj = 0;
}
- fcurve_is_used(*it);
}
unit_converter->dae_matrix_to_mat4_(mat, matrix);
return true;