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-06-18 00:01:24 +0400
committerSukhitha Prabhath Jayathilake <pr.jayathilake@gmail.com>2011-06-18 00:01:24 +0400
commit3f0e480ba9ebf3f3455ffae30b9d82d1dca8c1bc (patch)
tree25d5449407fac6d2f2e754882ada654c82f39bfd /source/blender/collada/ArmatureImporter.h
parentc9b0ce8693ace816e49e157587ebe295dfd9b379 (diff)
unskinned armature import improved but unfinished.
Diffstat (limited to 'source/blender/collada/ArmatureImporter.h')
-rw-r--r--source/blender/collada/ArmatureImporter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/ArmatureImporter.h b/source/blender/collada/ArmatureImporter.h
index 90cb0271e60..f83a492afb6 100644
--- a/source/blender/collada/ArmatureImporter.h
+++ b/source/blender/collada/ArmatureImporter.h
@@ -89,6 +89,7 @@ private:
std::map<COLLADAFW::UniqueId, COLLADAFW::Node*> joint_by_uid; // contains all joints
std::vector<COLLADAFW::Node*> root_joints;
std::map<COLLADAFW::UniqueId, Object*> joint_parent_map;
+ std::map<COLLADAFW::UniqueId, Object*> unskinned_armature_map;
MeshImporterBase *mesh_importer;
AnimationImporterBase *anim_importer;