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-26 22:28:07 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-07-26 22:28:07 +0400
commit40e36975efb8b7317fa759bacd8125e9348bd869 (patch)
tree7722d0050358dc2ca8f7209ad0dec34f90cb3307 /source/blender/collada/DocumentImporter.cpp
parent9077b8bffc6731062bbd6997379b4bf6badd13e2 (diff)
Blender profile leaf bone tip import.
Diffstat (limited to 'source/blender/collada/DocumentImporter.cpp')
-rw-r--r--source/blender/collada/DocumentImporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/DocumentImporter.cpp b/source/blender/collada/DocumentImporter.cpp
index c3090eebc9f..27442420f90 100644
--- a/source/blender/collada/DocumentImporter.cpp
+++ b/source/blender/collada/DocumentImporter.cpp
@@ -190,7 +190,7 @@ void DocumentImporter::finish()
write_node(roots[i], NULL, sce, NULL, false);
}
}
-
+ armature_importer.set_tags_map(this->uid_tags_map);
armature_importer.make_armatures(mContext);
#if 0