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>2018-02-02 02:49:32 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2018-02-02 02:49:42 +0300
commit78a77fe622b86fb9b477d10533729a7889b3e115 (patch)
treeb8c1e9b5506585cc50336c47a66edd20d7cf09f2 /source/blender/collada
parent7884ae6eb274bea0fe4739255a41a693df833b11 (diff)
fix: unintentionally commented out collada animation export
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/DocumentExporter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/collada/DocumentExporter.cpp b/source/blender/collada/DocumentExporter.cpp
index 284a6da1a40..3c938f6b6cb 100644
--- a/source/blender/collada/DocumentExporter.cpp
+++ b/source/blender/collada/DocumentExporter.cpp
@@ -301,15 +301,15 @@ int DocumentExporter::exportCurrentScene(Scene *sce)
// <library_visual_scenes>
SceneExporter se(writer, &arm_exporter, this->export_settings);
-#if 0
- /* The following code seems to be an obsolete workaround
- Comment out until it proofs correct that we no longer need it.
- */
// <library_animations>
AnimationExporter ae(writer, this->export_settings);
bool has_animations = ae.exportAnimations(sce);
+#if 0
+ /* The following code seems to be an obsolete workaround
+ Comment out until it proofs correct that we no longer need it.
+ */
if (has_animations && this->export_settings->export_transformation_type == BC_TRANSFORMATION_TYPE_MATRIX) {
// channels adressing <matrix> objects is not (yet) supported
// So we force usage of <location>, <translation> and <scale>