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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to