Blender V2.61 - r43446
|
#include "COLLADAFWNode.h"
#include "COLLADAFWUniqueId.h"
#include "BKE_context.h"
#include "DNA_armature_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "ED_armature.h"
#include "AnimationImporter.h"
#include "MeshImporter.h"
#include "SkinInfo.h"
#include "TransformReader.h"
#include "ExtraTags.h"
#include <map>
#include <vector>
#include "collada_internal.h"
#include "collada_utils.h"
Go to the source code of this file.
Classes | |
class | ArmatureImporter |
struct | ArmatureImporter::LeafBone |
Definition in file ArmatureImporter.h.