Commit: 0a3f0e64c9d226d1cee648a6411d0eb561d5c6e5
Author: Gaia Clary
Date:   Mon Nov 25 20:08:02 2019 +0100
Branches: master
https://developer.blender.org/rB0a3f0e64c9d226d1cee648a6411d0eb561d5c6e5

fix: T71718 Collada: importer does not release intermediate fcurves when 
importing matrix animations

===================================================================

M       source/blender/collada/AnimationImporter.cpp

===================================================================

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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to