[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39555] branches/soc-2011-pepper/source/ blender/collada/AnimationExporter.cpp: Animation exporter matrix source param fix.

Sukhitha Jayathilake pr.jayathilake at gmail.com
Fri Aug 19 16:29:34 CEST 2011


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 &param = 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;




More information about the Bf-blender-cvs mailing list