Blender
V3.3
|
#include "COLLADABUPlatform.h"
#include <algorithm>
#include "COLLADAFWUniqueId.h"
#include "BKE_action.h"
#include "BKE_armature.h"
#include "BKE_object.h"
#include "BLI_listbase.h"
#include "BLI_string.h"
#include "ED_armature.h"
#include "DEG_depsgraph.h"
#include "ArmatureImporter.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) |
|
static |
Definition at line 27 of file ArmatureImporter.cpp.
References node.
Referenced by ArmatureImporter::get_rna_path_for_joint().