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:
authorSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-10 10:21:39 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-10 10:21:39 +0400
commita5b37a8a0c2fe421a65d699d5499b59a3da1d425 (patch)
treed7dbb265251687a40045e4c15df36e46a081c95d /source/blender/collada/AnimationImporter.cpp
parentc749a42a8ed77805cf39f9debb508f13313429f9 (diff)
Bug Fix.
Diffstat (limited to 'source/blender/collada/AnimationImporter.cpp')
-rw-r--r--source/blender/collada/AnimationImporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/AnimationImporter.cpp b/source/blender/collada/AnimationImporter.cpp
index 030b9e7582b..72f7fb2ddcc 100644
--- a/source/blender/collada/AnimationImporter.cpp
+++ b/source/blender/collada/AnimationImporter.cpp
@@ -893,7 +893,7 @@ void AnimationImporter::translate_Animations_NEW ( COLLADAFW::Node * node ,
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;