Revision: 39555
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39555
Author: phabtar
Date: 2011-08-19 14:29:33 +0000 (Fri, 19 Aug 2011)
Log Message:
-----------
Animation exporter matrix source param fix.
Modified Paths:
--------------
branches/soc-2011-pepper/source/blender/collada/AnimationExporter.cpp
Modified: branches/soc-2011-pepper/source/blender/collada/AnimationExporter.cpp
===================================================================
--- branches/soc-2011-pepper/source/blender/collada/AnimationExporter.cpp
2011-08-19 14:23:09 UTC (rev 39554)
+++ branches/soc-2011-pepper/source/blender/collada/AnimationExporter.cpp
2011-08-19 14:29:33 UTC (rev 39555)
@@ -732,7 +732,7 @@
source.setAccessorStride(16);
COLLADASW::SourceBase::ParameterNameList ¶m =
source.getParameterNameList();
- add_source_parameters(param, semantic, false, NULL, false);
+ add_source_parameters(param, semantic, false, NULL, true);
source.prepareToAppendValues();
@@ -1123,7 +1123,8 @@
}
}
- if ( fcu) return true;
+ if ( fcu)
+ return true;
base= base->next;
}
return false;
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs