Blender V2.61 - r43446
|
#include <algorithm>
#include <stdint.h>
#include "COLLADABUPlatform.h"
#include "BKE_object.h"
#include "DNA_armature_types.h"
#include "DNA_modifier_types.h"
#include "ED_mesh.h"
#include "ED_object.h"
#include "BKE_action.h"
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "SkinInfo.h"
#include "collada_utils.h"
Go to the source code of this file.
Functions | |
template<class T > | |
static const char * | bc_get_joint_name (T *node) |
Definition in file SkinInfo.cpp.
static const char* bc_get_joint_name | ( | T * | node | ) | [static] |
Definition at line 51 of file SkinInfo.cpp.
Referenced by SkinInfo::get_pose_channel_from_node(), and SkinInfo::link_armature().