Blender V2.61 - r43446
|
#include "COLLADABUPlatform.h"
#include <algorithm>
#include "COLLADAFWUniqueId.h"
#include "BKE_action.h"
#include "BKE_depsgraph.h"
#include "BKE_object.h"
#include "BKE_armature.h"
#include "BLI_string.h"
#include "ED_armature.h"
#include "ArmatureImporter.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 ArmatureImporter.cpp.
static const char* bc_get_joint_name | ( | T * | node | ) | [static] |
Definition at line 46 of file ArmatureImporter.cpp.
Referenced by ArmatureImporter::get_rna_path_for_joint().