fix: rBc4a19e988bb4 error stepped in by a merge from mmaster

This commit is contained in:
Gaia Clary 2018-02-02 17:30:54 +01:00
parent c7c070c2ec
commit dcea87b58e
1 changed files with 1 additions and 1 deletions

View File

@ -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);