|
Blender
V3.3
|
#include <algorithm>#include <cstdint>#include "COLLADABUPlatform.h"#include "BLI_compiler_attrs.h"#include "BLI_listbase.h"#include "BLI_math.h"#include "DNA_armature_types.h"#include "DNA_modifier_types.h"#include "DNA_scene_types.h"#include "BKE_action.h"#include "BKE_deform.h"#include "BKE_object.h"#include "BKE_object_deform.h"#include "ED_mesh.h"#include "ED_object.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) |
|
static |
Definition at line 36 of file SkinInfo.cpp.
References node.
Referenced by SkinInfo::get_pose_channel_from_node(), and SkinInfo::link_armature().