[Bf-blender-cvs] [dcea87b58e1] blender2.8: fix: rBc4a19e988bb4 error stepped in by a merge from mmaster

Gaia Clary noreply at git.blender.org
Fri Feb 2 17:31:09 CET 2018


Commit: dcea87b58e1a4bf601a8ee8e80927eda3ad8c69a
Author: Gaia Clary
Date:   Fri Feb 2 17:30:54 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBdcea87b58e1a4bf601a8ee8e80927eda3ad8c69a

fix: rBc4a19e988bb4 error stepped in by a merge from mmaster

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

M	source/blender/collada/DocumentExporter.cpp

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

diff --git a/source/blender/collada/DocumentExporter.cpp b/source/blender/collada/DocumentExporter.cpp
index 179644db9b3..1741312af5f 100644
--- a/source/blender/collada/DocumentExporter.cpp
+++ b/source/blender/collada/DocumentExporter.cpp
@@ -320,7 +320,7 @@ int DocumentExporter::exportCurrentScene(const EvaluationContext *eval_ctx, Scen
 		se.setExportTransformationType(this->export_settings->export_transformation_type);
 	}
 #else
-	ae.exportAnimations(sce);
+	ae.exportAnimations(eval_ctx, sce);
 	se.setExportTransformationType(this->export_settings->export_transformation_type);
 #endif
 	se.exportScene(eval_ctx, sce);



More information about the Bf-blender-cvs mailing list