[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38276] branches/soc-2011-pepper/source/ blender/collada/AnimationImporter.cpp: Bug Fix.

Sukhitha Jayathilake pr.jayathilake at gmail.com
Sun Jul 10 08:21:40 CEST 2011


Revision: 38276
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38276
Author:   phabtar
Date:     2011-07-10 06:21:39 +0000 (Sun, 10 Jul 2011)
Log Message:
-----------
Bug Fix.

Modified Paths:
--------------
    branches/soc-2011-pepper/source/blender/collada/AnimationImporter.cpp

Modified: branches/soc-2011-pepper/source/blender/collada/AnimationImporter.cpp
===================================================================
--- branches/soc-2011-pepper/source/blender/collada/AnimationImporter.cpp	2011-07-09 21:52:25 UTC (rev 38275)
+++ branches/soc-2011-pepper/source/blender/collada/AnimationImporter.cpp	2011-07-10 06:21:39 UTC (rev 38276)
@@ -893,7 +893,7 @@
 AnimationImporter::AnimMix* AnimationImporter::get_animation_type ( const COLLADAFW::Node * node , 
 											std::map<COLLADAFW::UniqueId, const COLLADAFW::Object*> FW_object_map) 
 {
-	AnimationImporter::AnimMix *types = NULL;
+	AnimMix *types = new AnimMix();
 	types->transform = INANIMATE ;
 	types->light = INANIMATE;
 	types->camera = INANIMATE;




More information about the Bf-blender-cvs mailing list